background css

This commit is contained in:
Blandine Bajard 2021-10-19 09:22:36 +02:00
parent 8bb642383d
commit fa2503eb1b
6 changed files with 6 additions and 6 deletions

View file

@ -30,11 +30,11 @@
text-decoration: none;
}
body{
background-image: url("../assets/imgs/starry_sky.jpg")
}
#background-films {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-attachment : fixed;
background-image: url("../assets/imgs/backgroung_mando.jpg");
width: auto;
background-image: url("");
}