next step - index.html, app.js, custom.css and config example
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user