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
|
||||
/*--------------------------------------------------------*/
|
||||
|
@ -93,14 +89,13 @@
|
|||
html, body {
|
||||
font-family: "Josefin", serif;
|
||||
font-weight: 500;
|
||||
line-height: 180%;
|
||||
/* color: #47132B; */
|
||||
line-height: 150%;
|
||||
color: #FFFFFF;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #450424; <!-- ancien : violet : nouveau : pourpre -->
|
||||
background-color: #5c0631; <!-- ancien : violet : nouveau : pourpre -->
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -136,7 +131,7 @@ a {
|
|||
position: relative;
|
||||
|
||||
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-position: center;
|
||||
background-size: cover;
|
||||
|
@ -207,10 +202,10 @@ section h2 {
|
|||
padding: 100px 60px 15px 60px;
|
||||
|
||||
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-size: 2.5rem;
|
||||
font-weight: 800;
|
||||
font-size: 3rem;
|
||||
font-weight: 100;
|
||||
text-transform: none;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
|
|
Loading…
Reference in a new issue