styling tests

This commit is contained in:
sejo 2021-12-14 20:54:41 -06:00
parent 7c6198b51b
commit 084b06d2aa
1 changed files with 5 additions and 3 deletions

View File

@ -1,16 +1,18 @@
body{ body {
padding: 1em; padding: 1em;
font-family: sans-serif;
} }
pre{ pre{
background-color: #eee; background-color: #eee;
overflow-x: auto; overflow-x: auto;
padding: 0.5em;
} }
blockquote{ blockquote{
font-style: italic; font-style: italic;
} }
main h1{ header h1{
font-size:xx-large; font-size:3em;
} }
th,td{ th,td{
border-style:ridge; border-style:ridge;