diff options
| author | Teddy Wing | 2018-11-09 22:51:50 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-11-09 22:51:50 +0100 | 
| commit | 083f59f251207846eec5c703e90d7f176704dec0 (patch) | |
| tree | 266ee538b2a0c378e2bf746548d81dcedd39858f /assets/styles.css | |
| parent | 5a4a2bd1c4e02eab4694a35faf83bc6fad971e3b (diff) | |
| download | dome-key-web-083f59f251207846eec5c703e90d7f176704dec0.tar.bz2 | |
Add 404 page
Add some styles to make the "404" text gigantic and positioned
appropriately.
Diffstat (limited to 'assets/styles.css')
| -rw-r--r-- | assets/styles.css | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/assets/styles.css b/assets/styles.css index a6aa1ba..60f4de8 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -19,6 +19,12 @@ h2 {  .font-size-1\.52 {  	font-size: 1.52em;  } +.font-size-15 { +	font-size: 15em; +} +.text-center { +	text-align: center; +}  a:link { color: #b71863; }  a:hover { color: #880442; }  body { @@ -56,6 +62,12 @@ ul {  	color: #c9ccb4;  	text-shadow: 1px 3px 5px #230f0f;  } +.margin-top-0\.5 { +	margin-top: 0.5em; +} +.margin-bottom-0\.63 { +	margin-bottom: 0.63em; +}  .margin-bottom-1\.8 {  	margin-bottom: 1.8em;  } | 
