aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-01-20 21:46:06 +0530
committerGitHub <noreply@github.com>2018-01-20 21:46:06 +0530
commitf447f70519fce49f015778b01db95798ca56f7fa (patch)
treebcf8f019358ad46d7ae699c2bebe96579192be0a /css
parent6aaf83498ab1243856c4171991cb0a00c9c532f5 (diff)
Update 404.css
Diffstat (limited to 'css')
-rw-r--r--css/404.css63
1 files changed, 38 insertions, 25 deletions
diff --git a/css/404.css b/css/404.css
index ea59324..644a4b4 100644
--- a/css/404.css
+++ b/css/404.css
@@ -1,34 +1,47 @@
+body {
+ background-color: #0A7189;
+ color: #fff;
+ font: 100% "Lato", sans-serif;
+ font-size: 1.8rem;
+ font-weight: 300;
+}
+
+a {
+ color: #75C6D9;
+ text-decoration: none;
+}
+h3 {
+ margin-bottom: 1%;
+}
-body {
- background-color: #373B44;
- color: #fff;
- font: 100% 'Lato', sans-serif;
- font-size: 1.8rem;
- font-weight: 300;
+ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ line-height: 50px;
}
-
-h3{
- margin-bottom: 1%;
+
+li a:hover {
+ color: #fff;
}
-
-.center{
- text-align: center;
-}
+.center {
+ text-align: center;
+}
-/* 404 Styling */
-.header{
- font-size: 13.0rem;
- font-weight: 700;
- margin: 2% 0 2% 0;
- text-shadow: 0px 3px 0px #7f8c8d;
+.header {
+ font-size: 13rem;
+ font-weight: 700;
+ margin: 2% 0 2% 0;
+ text-shadow: 0px 3px 0px #7f8c8d;
}
+
/* Error Styling */
-.error{
- margin: -70px 0 2% 0;
- font-size: 7.4rem;
- text-shadow: 0px 3px 0px #7f8c8d;
- font-weight: 100;
- }
+.error {
+ margin: -70px 0 2% 0;
+ font-size: 7.4rem;
+ text-shadow: 0px 3px 0px #7f8c8d;
+ font-weight: 100;
+}