Adding LP details : animations, effect, styles

This commit is contained in:
Hugo Averty 2020-06-01 20:30:56 +02:00
parent 94dc2ec2f1
commit 2d99ec963e

View file

@ -173,7 +173,6 @@ img{
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
transition: all .25s cubic-bezier(0.000, -0.600, 1.000, 1.650); /* custom */ transition: all .25s cubic-bezier(0.000, -0.600, 1.000, 1.650); /* custom */
border-radius: 10px;
&:hover { &:hover {
transform: scale(1.1); transform: scale(1.1);
} }
@ -193,6 +192,7 @@ img{
width: 100%; width: 100%;
z-index: 2; z-index: 2;
position: relative; position: relative;
border-radius: 10px;
} }
} }
h2{ h2{