movie dispaly added

This commit is contained in:
andres alcocer
2018-11-13 23:27:41 -05:00
parent f496414660
commit 2467695d05
6 changed files with 46 additions and 33 deletions

View File

@@ -70,7 +70,6 @@ html {
height: 150%;
padding-bottom: 10rem;
padding-left: 4rem;
transition: all 5s;
}

View File

@@ -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);
}
}