8 lines
182 B
CSS
8 lines
182 B
CSS
.parallax{
|
|
height: 600px;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-position: 100% auto;
|
|
position:relative;
|
|
} |