diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-01-20 21:42:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 21:42:44 +0530 |
commit | 6aaf83498ab1243856c4171991cb0a00c9c532f5 (patch) | |
tree | d08684f16cf9a2215feb30916a660149df5ec736 /css/404.css | |
parent | 05d626293172e4a5f7f8c8bea70cd88c3520d4ee (diff) |
Update 404.css
Diffstat (limited to 'css/404.css')
-rw-r--r-- | css/404.css | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/css/404.css b/css/404.css index 8d20e28..ea59324 100644 --- a/css/404.css +++ b/css/404.css @@ -1,33 +1,34 @@ -body - background-color: #373B44 - color: #fff - font: 100% 'Lato', sans-serif - font-size: 1.8rem - font-weight: 300 - +body { + background-color: #373B44; + color: #fff; + font: 100% 'Lato', sans-serif; + font-size: 1.8rem; + font-weight: 300; +} -h3 - margin-bottom: 1% - +h3{ + margin-bottom: 1%; +} -.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: 13.0rem; + 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; + } |