adding no-repeat center center fixed to the background url line in css
for seasons.
body {
- background: url("../assets/background-fall.jpg");
+ background: url("../assets/background-fall.jpg") no-repeat center center fixed;
background-size: cover;
}
\ No newline at end of file
body {
- background: url("../assets/background-spring.jpg");
+ background: url("../assets/background-spring.jpg") no-repeat center center fixed;
background-size: cover;
}
\ No newline at end of file
body {
- background: url("../assets/background.jpg");
+ background: url("../assets/background.jpg") no-repeat center center fixed;
background-size: cover;
}
\ No newline at end of file
body {
- background: url("../assets/background-winter.jpg");
+ background: url("../assets/background-winter.jpg") no-repeat center center fixed;
background-size: cover;
}