Background Fallback

This commit is contained in:
Alex D. 2018-08-28 15:31:21 +02:00
parent c9c18b119d
commit 34a2379a74
2 changed files with 6 additions and 1 deletions

View File

@ -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 {

View File

@ -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>