Delete cdn/assets/css/404 directory

This commit is contained in:
Sophia Atkinson 2022-01-25 23:51:22 -08:00 committed by GitHub
parent 8dc8ba660e
commit 30a2d74eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 2752 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

View File

@ -1,77 +0,0 @@
/*
* @Author: SSimg
* @Date: 2017-06-14 16:49:39
* @Last Modified by: SSimg
* @Last Modified time: 2017-06-14 21:15:22
*/
body {
margin: 0;
}
body,
html {
width: 100%;
height: 100%;
background-color: #272727;
}
body {
color: #FFF;
padding: 0;
min-height: 100%;
text-align: center;
display: table;
font-family: "Arial", "Helvetica", sans-serif;
}
h1 {
font-weight: 300;
margin: 0;
font-size: 52px;
}
h1 span {
font-weight: 700;
}
h2 {
font-weight: 100;
margin: 0;
font-size: 24px;
}
a {
text-decoration: none;
color: #fff;
font-size: inherit;
}
.cover {
display: table-cell;
vertical-align: middle;
padding: 0 20px;
}
.header {
background-color: #353535;
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 60px;
}
.btn-back {
position: absolute;
top: 12px;
left: 20px;
padding: 10px 20px;
border-radius: 4px;
font-weight: 300;
font-size: 12px;
background-color: #272727;
}
.btn-back:hover {
background-color: #353535;
}