movie dispaly added
This commit is contained in:
@@ -70,7 +70,6 @@ html {
|
||||
height: 150%;
|
||||
padding-bottom: 10rem;
|
||||
padding-left: 4rem;
|
||||
transition: all 5s;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
.movie {
|
||||
// z-index: -1;
|
||||
flex: 1 1 auto;
|
||||
padding-top: 6rem;
|
||||
display: inline-block;
|
||||
@@ -6,6 +7,13 @@
|
||||
&__column-poster {
|
||||
height: 25rem;
|
||||
width: 17.5rem;
|
||||
cursor: pointer;
|
||||
transition: transform .3s;
|
||||
|
||||
&:hover {
|
||||
z-index: -1;
|
||||
transform: scale(1.4);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user