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 {
|
h1, h2, h3 {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
@ -12,12 +19,12 @@ h1, h2, h3 {
|
||||||
body {
|
body {
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
height: 100vh;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
margin: 10%, 10%, 10%, 10%;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
border: 10px solid lightgrey;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#particle-canvas {
|
#particle-canvas {
|
||||||
|
|
Loading…
Add table
Reference in a new issue