summaryrefslogtreecommitdiff
path: root/404/alternate/css/main.css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-12 00:22:46 -0700
committers1n <[email protected]>2019-10-12 00:22:46 -0700
commit78c43c975166476f8e52e3ee521d917c269f6844 (patch)
tree22c36c1d43c86f4489becfaabec1cdb15bcd4027 /404/alternate/css/main.css
parentdel ghouly (diff)
downloads1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.tar.xz
s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.zip
new 404 + many optimzations
Diffstat (limited to '404/alternate/css/main.css')
-rw-r--r--404/alternate/css/main.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/404/alternate/css/main.css b/404/alternate/css/main.css
deleted file mode 100644
index 8ed83fa..0000000
--- a/404/alternate/css/main.css
+++ /dev/null
@@ -1,34 +0,0 @@
-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