From c893656f33628d1ce9e2ff0b7af8078c56b5fe98 Mon Sep 17 00:00:00 2001 From: s1n Date: Sun, 28 Jul 2019 17:24:33 +0200 Subject: special 404 files ;) --- 404/Alternate/css/main.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 404/Alternate/css/main.css (limited to '404/Alternate/css') diff --git a/404/Alternate/css/main.css b/404/Alternate/css/main.css new file mode 100644 index 0000000..dc53294 --- /dev/null +++ b/404/Alternate/css/main.css @@ -0,0 +1,34 @@ +body{font-family:sans-serif;font-weight:600} + +a{color:#000} +a:hover{color:#d3d3d3} + +.flexbox { + width:95vw; + height:95vh; + display:flex; + align-items:center; + justify-content:center; +} + +.content { + width:auto; + height:auto; + max-width:968px; + transition:0.33s ease +} + +.flexbox:after{ + content:"404"; + position:absolute; + opacity:.1; + z-index:-1; + font-size:24rem; + transition:0.33s ease +} + +@media(max-width:648px){ + .flexbox:after{ + font-size:12em + } +} \ No newline at end of file -- cgit v1.2.3