Set up a basic page hierarchy
This commit is contained in:
parent
29fca76702
commit
9001771f1c
10 changed files with 54 additions and 20 deletions
|
|
@ -20,7 +20,8 @@ html, body {
|
|||
|
||||
body {
|
||||
background: #fefefe;
|
||||
font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
|
||||
color: #222;
|
||||
font-family: monospace;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
|
@ -93,6 +94,10 @@ nav {
|
|||
article {
|
||||
grid-area: content;
|
||||
|
||||
h2 {
|
||||
padding: 16px 0
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0 0 0 16px;
|
||||
margin: 0 0 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue