Flesh out page structure

This commit is contained in:
heyarne 2021-07-29 21:53:42 +02:00
commit 85e79a8090
5 changed files with 105 additions and 25 deletions

19
assets/style.css Normal file
View file

@ -0,0 +1,19 @@
*, *:before, *:after {
box-sizing: border-box;
}
html, body {
padding: 0;
margin: 0;
}
body {
background: #fefefe;
}
path {
stroke: rebeccapurple;
fill: transparent;
stroke-width: 1.5px;
stroke-linecap: round;
}

1
assets/ten-print.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 KiB