Flesh out page structure
This commit is contained in:
parent
0bae8c01f8
commit
85e79a8090
5 changed files with 105 additions and 25 deletions
19
assets/style.css
Normal file
19
assets/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue