diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-01 21:18:58 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-02 00:11:30 +0200 |
| commit | 19c9cb227b343377853321e2cdc4285b2ea23e3a (patch) | |
| tree | 697b1784c0e50b7d84a0ef8dcf2cfbba8e4357bc /clams-server/src/main/resources/public/css/404.css | |
| parent | 5b1e3672a1e6d9f7b54ed4267e8715f5dc3bb55a (diff) | |
implement blog index page with featured and all posts
Diffstat (limited to 'clams-server/src/main/resources/public/css/404.css')
| -rw-r--r-- | clams-server/src/main/resources/public/css/404.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/clams-server/src/main/resources/public/css/404.css b/clams-server/src/main/resources/public/css/404.css new file mode 100644 index 0000000..6ddf009 --- /dev/null +++ b/clams-server/src/main/resources/public/css/404.css @@ -0,0 +1,14 @@ +.error-container { + text-align: center; + margin-top: 100px; +} + +.error-code { + font-size: 5rem; + margin-bottom: 10px; + opacity: 0.3; +} + +.error-home-link { + margin-top: 40px; +} |
