Suppressions de l'image en arrière plan pour un dégradé, et ajout d'un

effet sur les stickets
This commit is contained in:
Nono 2025-12-11 17:15:00 +01:00
parent 5245eb1aae
commit edf5df6c16
2 changed files with 29 additions and 5 deletions

View file

@ -24,16 +24,18 @@ a {
}
main {
background-color: #413f43;
background-image: url(../assets/background.jpg);
background-repeat: no-repeat;
background-size: cover;
/* background-color: #413f43;*/
background: #058C9E;
background: radial-gradient(at left top, #058C9E, #BC5180);
/* background-repeat: no-repeat;
background-size: cover; */
}
main h1, main h2 {
main h1, main h2, main h3 {
font-family: Banquise;
color: white;
z-index: 2;
}
main h1 {