cssjs-func-lib/parallax.css
2022-07-22 23:17:46 +02:00

8 lines
182 B
CSS

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