assets: separate style.css into parts
This commit is contained in:
parent
a072067575
commit
15d7a4aabd
10 changed files with 619 additions and 625 deletions
13
assets/css/404.css
Normal file
13
assets/css/404.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/* 404
|
||||
-------------------------------------------------- */
|
||||
.not-found {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 80%;
|
||||
font-size: 160px;
|
||||
font-weight: 700;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue