Background Fallback
This commit is contained in:
parent
c6e55467de
commit
e19c0e4008
@ -4,6 +4,11 @@ a:hover {
|
||||
color: #e22;
|
||||
}
|
||||
|
||||
body {
|
||||
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
|
||||
url(../res/bg.webp);
|
||||
}
|
||||
|
||||
/*Text*/
|
||||
|
||||
.brand {
|
||||
|
@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" href="css/important.css">
|
||||
</head>
|
||||
|
||||
<body style="background-color: #222">
|
||||
<body style="background-color: #711">
|
||||
<div id="bg" class="bg-landing">
|
||||
<img alt="background" data-depth="0.2" src="res/bg.webp">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user