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:
parent
5245eb1aae
commit
edf5df6c16
2 changed files with 29 additions and 5 deletions
12
css/base.css
12
css/base.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue