Adds a preliminary guide content
This commit is contained in:
23
docs/guide/guide.css
Normal file
23
docs/guide/guide.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user