diff options
| author | s1nical <[email protected]> | 2019-08-12 00:56:40 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-12 00:56:40 -0700 |
| commit | cf5a0bd62c9d2a444eb517eeabae929558776d73 (patch) | |
| tree | 6e0d59d0aa04af3a4a682e848c9a9259c9c7c7fa /404 | |
| parent | fix small formatting eyesore (diff) | |
| download | s1n.pw-admin-cf5a0bd62c9d2a444eb517eeabae929558776d73.tar.xz s1n.pw-admin-cf5a0bd62c9d2a444eb517eeabae929558776d73.zip | |
remove .scss files
Diffstat (limited to '404')
| -rw-r--r-- | 404/css/main.scss | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/404/css/main.scss b/404/css/main.scss deleted file mode 100644 index 97ce243..0000000 --- a/404/css/main.scss +++ /dev/null @@ -1,67 +0,0 @@ -
-html {
- height: 100%;
-}
-
-body {
- height: 100%;
- background: url("https://wallpapercave.com/wp/6SLzBEY.jpg") no-repeat left top;
- background-size: cover;
- overflow: hidden;
-
- display: flex;
- flex-flow: column wrap;
- justify-content: center;
- align-items: center;
-}
-
-.text h1{
- color: #011718;
- margin-top: -200px;
- font-size: 15em;
- text-align: center;
- text-shadow: -5px 5px 0px rgba(0,0,0,0.7), -10px 10px 0px rgba(0,0,0,0.4), -15px 15px 0px rgba(0,0,0,0.2);
- font-family: monospace;
- font-weight: bold;
-}
-
-.text h2{
- color: black;
- font-size: 5em;
- text-shadow: -5px 5px 0px rgba(0,0,0,0.7);
- text-align: center;
- margin-top: -150px;
- font-family: monospace;
- font-weight: bold;
-}
-.text h3{
- color: white;
- margin-left: 30px;
- font-size: 2em;
- text-shadow: -5px 5px 0px rgba(0,0,0,0.7);
- margin-top: -40px;
- font-family: monospace;
- font-weight: bold;
-}
-.torch {
- margin: -150px 0 0 -150px;
- width: 200px;
- height: 200px;
- box-shadow: 0 0 0 9999em #000000f7;
- opacity: 1;
- border-radius: 50%;
- position: fixed;
- background: rgba(0,0,0,0.1);
-
- &:after {
- content: '';
- display: block;
- border-radius: 50%;
- width: 100%;
- height: 100%;
- top: 0px;
- left: 0px;
- box-shadow: inset 0 0 40px 2px #000,
- 0 0 20px 4px rgba(13,13,10,0.8);
- }
-}
\ No newline at end of file |