Adds a preliminary guide content

This commit is contained in:
Rebecca Valentine
2022-01-29 20:08:29 -08:00
parent cbffc381c1
commit c0662a8bba
2 changed files with 186 additions and 0 deletions

23
docs/guide/guide.css Normal file
View File

@@ -0,0 +1,23 @@
* {
font-family: sans-serif;
}
body {
display: flex;
justify-content: center;
}
#content {
width: 500px;
background-color: #eeeeee;
padding: 5px;
}
.section-toc, .subsection-toc {
list-style: none;
}
.section-name {
font-weight: 600;
margin-bottom: 5px;
}