fancy 404 page

This commit is contained in:
ansuz
2017-11-30 19:17:59 +01:00
parent aca83ce72a
commit 443eeaa407
4 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//@import (once) "../include/infopages.less";
@import (once) "../include/colortheme.less";
html, body {
margin: 0;
padding: 0;
#cp-main {
height: 100vh;
width: 100%;
padding-top: 20%;
text-align: center;
#cp-scramble {
font-family: monospace !important;
}
}
}