This commit is contained in:
2023-10-12 16:29:39 +00:00
parent 6390bbb766
commit 2e00fbec20
13 changed files with 633 additions and 941 deletions

View File

@@ -863,7 +863,7 @@ footer ul {
}
footer .footerTop .menuFooter ul>li {
*zoom: 1;
zoom: 1;
float: left;
clear: none;
text-align: inherit;
@@ -1058,11 +1058,18 @@ footer .tab-pane p {
.movie {
transition: all 0.1s;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
height: 8rem;
/* align all inside content to the middle */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f7f7f7;
}
.movie:hover {
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
font-size: 1.1em;
}