summaryrefslogtreecommitdiff
path: root/404
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-07 15:22:49 -0700
committers1nical <[email protected]>2019-08-07 15:22:49 -0700
commit4d5b7f80b1cbf1db4fe9662022892e49c5078a41 (patch)
tree218607e8dd3ae91344d011f6f288741aaeddaa68 /404
parentUpdate README.md (diff)
downloads1n.pw-admin-4d5b7f80b1cbf1db4fe9662022892e49c5078a41.tar.xz
s1n.pw-admin-4d5b7f80b1cbf1db4fe9662022892e49c5078a41.zip
Add navbar, mobile version
Diffstat (limited to '404')
-rw-r--r--404/css/main.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/404/css/main.css b/404/css/main.css
index 92a83d9..e8e3200 100644
--- a/404/css/main.css
+++ b/404/css/main.css
@@ -4,7 +4,7 @@ html {
body {
height: 100%;
- background: url("") no-repeat left top; /* https://wallpapercave.com/wp/6SLzBEY.jpg */
+ background: url("https://wallpapercave.com/wp/6SLzBEY.jpg") no-repeat left top;
background-size: cover;
overflow: hidden;
display: -webkit-box;
@@ -43,7 +43,7 @@ body {
}
.text h3 {
- color: black; /* originally black but looks bad without a bg value from above */
+ color: white;
margin-left: 30px;
font-size: 2em;
text-shadow: -5px 5px 0px rgba(0, 0, 0, 0.7);
@@ -75,4 +75,3 @@ body {
-webkit-box-shadow: inset 0 0 40px 2px #000, 0 0 20px 4px rgba(13, 13, 10, 0.8);
box-shadow: inset 0 0 40px 2px #000, 0 0 20px 4px rgba(13, 13, 10, 0.8);
}
-/*# sourceMappingURL=main.css.map */