parallax css

This commit is contained in:
ef 2020-03-05 18:26:30 +01:00
parent 8d1fc539a8
commit 15c4a57d04

8
parallax.css Normal file
View File

@ -0,0 +1,8 @@
.parallax{
height: 600px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: 100% auto;
position:relative;
}