parallax css
This commit is contained in:
parent
8d1fc539a8
commit
15c4a57d04
8
parallax.css
Normal file
8
parallax.css
Normal file
@ -0,0 +1,8 @@
|
||||
.parallax{
|
||||
height: 600px;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-position: 100% auto;
|
||||
position:relative;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user