next step - index.html, app.js, custom.css and config example

This commit is contained in:
2026-02-03 15:52:51 +01:00
parent 1434f35f8b
commit 8955cff47b
6 changed files with 133 additions and 107 deletions
+11
View File
@@ -4,4 +4,15 @@ body {
}
.card {
margin-bottom: 1.5rem;
}
.card-img-top {
background-color: #e9ecef;
}
.card {
transition: transform 0.15s ease-in-out;
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0,0,0,0.15) !important;
}