Add /samples/ and "black screen of death"
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
17d09485dd
commit
8e786250f6
4 changed files with 53 additions and 0 deletions
30
assets/css/fatal.css
Normal file
30
assets/css/fatal.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
@import url(fonts.css);
|
||||
|
||||
:root {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: Nintendo, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
line-height: 32px;
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 180px 22.5% 0;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin-top: -12px;
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
.info {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.error-code, .info {
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue