Add examples to docs

This commit is contained in:
Graham Esau 2019-12-26 21:34:08 +00:00
parent d67abbdbb1
commit f387a0ec56
11 changed files with 223 additions and 17 deletions

View file

@ -47,4 +47,9 @@ code {
h1, h2, h3, h4, h5, h6 {
margin-left: -20px;
}
}
details summary {
display: list-item;
cursor: pointer;
}