Refactor HTML and Python code for improved readability and consistency
This commit is contained in:
parent
250aaac2a0
commit
b8a1cc4ff4
3 changed files with 83 additions and 114 deletions
|
|
@ -50,16 +50,16 @@
|
|||
max-width: 120px;
|
||||
max-height: 120px;
|
||||
}
|
||||
|
||||
|
||||
.hover-effect {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
.hover-effect:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
|
||||
}
|
||||
|
||||
|
||||
.card-header h3 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue