website
Diffstat (limited to 'style/404.css')
| -rw-r--r-- | style/404.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/style/404.css b/style/404.css new file mode 100644 index 0000000..554690e --- /dev/null +++ b/style/404.css @@ -0,0 +1,12 @@ +.header { + font-size: 5em; + color: #dc322f !important; +} + +#inner_column { + height: 40% !important; +} + +p { + font-size: 1.5em; +} |