summaryrefslogtreecommitdiff
path: root/404
diff options
context:
space:
mode:
authors1n <[email protected]>2019-07-28 08:38:07 -0700
committerGitHub <[email protected]>2019-07-28 08:38:07 -0700
commitf938fa053619c7314bc4e0d3f342a34d466d193e (patch)
treedbbf33d3975ef0fa1143d519e7c1e884d5f9efe0 /404
parentUpdate .htaccess (diff)
downloads1n.pw-admin-f938fa053619c7314bc4e0d3f342a34d466d193e.tar.xz
s1n.pw-admin-f938fa053619c7314bc4e0d3f342a34d466d193e.zip
Delete main.css
Diffstat (limited to '404')
-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 dc53294..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