Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 25s
All checks were successful
build configuration / build (push) Successful in 25s
This commit is contained in:
parent
85a05d4e86
commit
200a204a33
1 changed files with 6 additions and 11 deletions
|
@ -76,10 +76,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------*/
|
/*--------------------------------------------------------*/
|
||||||
/* GENERAL RULES
|
/* GENERAL RULES
|
||||||
/*--------------------------------------------------------*/
|
/*--------------------------------------------------------*/
|
||||||
|
@ -93,14 +89,13 @@
|
||||||
html, body {
|
html, body {
|
||||||
font-family: "Josefin", serif;
|
font-family: "Josefin", serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 180%;
|
line-height: 150%;
|
||||||
/* color: #47132B; */
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #450424; <!-- ancien : violet : nouveau : pourpre -->
|
background-color: #5c0631; <!-- ancien : violet : nouveau : pourpre -->
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -136,7 +131,7 @@ a {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
background-image: url("../img/ui/header-nuit.png");
|
background-image: url("../img/ui/header-nuit.png");
|
||||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #450424 100%), url("../img/ui/header-nuit.png");
|
background-image: linear-gradient(rgba(0,0,0,0) 70%, #5c0631 100%), url("../img/ui/header-nuit.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -207,10 +202,10 @@ section h2 {
|
||||||
padding: 100px 60px 15px 60px;
|
padding: 100px 60px 15px 60px;
|
||||||
|
|
||||||
color: #ee93af;
|
color: #ee93af;
|
||||||
text-shadow: 3px 2px 1px #ff0077, 2px 3px 1px #ff0077;
|
text-shadow: 3px 2px 1px #e60b5f, 2px 3px 1px #e60b5f;
|
||||||
font-family: Josefin;
|
font-family: Josefin;
|
||||||
font-size: 2.5rem;
|
font-size: 3rem;
|
||||||
font-weight: 800;
|
font-weight: 100;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
Loading…
Reference in a new issue