Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 26s
All checks were successful
build configuration / build (push) Successful in 26s
This commit is contained in:
parent
089d331df7
commit
3e030b86be
1 changed files with 5 additions and 5 deletions
|
@ -136,7 +136,7 @@ a {
|
|||
position: relative;
|
||||
|
||||
background-image: url("../img/ui/header-nuit.png");
|
||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #450d29 100%), 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-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
@ -207,11 +207,11 @@ section h2 {
|
|||
padding: 100px 60px 15px 60px;
|
||||
|
||||
color: #ee93af;
|
||||
text-shadow: 3px 2px 1px #773051, 2px 3px 1px #ff0077;
|
||||
font-family: Parisienne;
|
||||
font-size: 2.1rem;
|
||||
text-shadow: 3px 2px 1px #ff0077, 2px 3px 1px #ff0077;
|
||||
font-family: Josefin;
|
||||
font-size: 2.5rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
text-transform: none;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
hyphens: auto;
|
||||
|
|
Loading…
Reference in a new issue