first commit
This commit is contained in:
commit
a9af55fb0b
9 changed files with 238 additions and 0 deletions
14
style.css
Normal file
14
style.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
body {
|
||||
margin: 0;
|
||||
width: 100svw;
|
||||
height: 100svh;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
grid-template: 1fr / 1fr;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue