This commit is contained in:
parent
fb8d1853f2
commit
e59feb2974
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ a {
|
|||
|
||||
position: relative;
|
||||
|
||||
background-image: url("../img/ui/header-nuit.jpg");
|
||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("../img/ui/header-nuit.jpg");
|
||||
background-image: "img/ui/header-nuit.jpg";
|
||||
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), "img/ui/header-nuit.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 18%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue