cssjs-func-lib/parallax.css
2020-03-05 18:26:30 +01:00

8 lines
176 B
CSS

.parallax{
height: 600px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: 100% auto;
position:relative;
}