cool border thing
This commit is contained in:
parent
4cd0680968
commit
41c30fcdbb
1 changed files with 9 additions and 2 deletions
|
@ -5,6 +5,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
* {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
@ -12,12 +19,12 @@ h1, h2, h3 {
|
|||
body {
|
||||
font-family: system-ui;
|
||||
padding: 1%;
|
||||
height: 100vh;
|
||||
font-size: 18px;
|
||||
max-width: 40em;
|
||||
margin: 10%, 10%, 10%, 10%;
|
||||
margin: auto;
|
||||
width: 50%;
|
||||
border: 10px solid lightgrey;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#particle-canvas {
|
||||
|
|
Loading…
Add table
Reference in a new issue