diff options
Diffstat (limited to 'assets/css/common/404.css')
| -rw-r--r-- | assets/css/common/404.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/common/404.css b/assets/css/common/404.css new file mode 100644 index 0000000..8a23430 --- /dev/null +++ b/assets/css/common/404.css @@ -0,0 +1,11 @@ +.not-found { + position: absolute; + left: 0; + right: 0; + display: flex; + align-items: center; + justify-content: center; + height: 80%; + font-size: 160px; + font-weight: 700; +} |
