claude and example site
This commit is contained in:
28
example_site/style/__error.css
Normal file
28
example_site/style/__error.css
Normal file
@ -0,0 +1,28 @@
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-content: flex-start;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
background: var(--font-color);
|
||||
}
|
||||
|
||||
.content div {
|
||||
background: var(--background-color);
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.content .code {
|
||||
flex-grow: 1;
|
||||
font-size: 6em;
|
||||
}
|
||||
.content .message {
|
||||
flex-grow: 1;
|
||||
font-size: 4em;
|
||||
}
|
||||
.content .description {
|
||||
flex-grow: 1;
|
||||
font-size: 2em;
|
||||
}
|
Reference in New Issue
Block a user