main
Cara Manuela Mayer Yepez 2 years ago
parent 070f80b776
commit 03a311e96b

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta name="viewport" content= "width=device-width, initial-scale=1.0"> <meta name="Console" content= "Special Issue 20">
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<title>Console</title> <title>Console</title>

@ -1,9 +1,9 @@
::root{ ::root{
} }
body body
font-family: Bradley Gratis; font-family: Bradley;
src: url(web/fonts/'Bradley Gratis.ttf') format('ttf'); src: url(/web/fonts/'Bradley.ttf') format('ttf');
text-align:center; text-align:center;
background-color: #000; background-color: #000;
color: #ccc color: #ccc
@ -11,7 +11,6 @@ body
margin: 2rem auto; margin: 2rem auto;
line-height: 1.3; line-height: 1.3;
letter-spacing: 0.1px; letter-spacing: 0.1px;
/*color: #53018e*/
} }
img{ img{
max-width: 100%; max-width: 100%;
@ -21,7 +20,6 @@ background-color: #000;
color: #ccc; color: #ccc;
} }
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -32,14 +30,22 @@ body {
overflow-x: hidden; overflow-x: hidden;
} }
/* ---------- Fog ---------- */ /* -------------------- Fog --------------------- */
.fog{
display: fixed;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
z-index: -2;
}
.fogwrapper { .fogwrapper {
height: 100%; height: 100%;
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
-webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2); -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2); filter: blur(1px) grayscale(0.2) saturate(0.2) sepia(0.2);
} }
#foglayer_01, #foglayer_02, #foglayer_03 { #foglayer_01, #foglayer_02, #foglayer_03 {
height: 100%; height: 100%;

Loading…
Cancel
Save