2020-10-27 10:09:20 -07:00
|
|
|
body {
|
|
|
|
font-size: 10pt;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
color: red;
|
|
|
|
background-color: blue;
|
|
|
|
line-height: 14pt;
|
2020-11-08 17:29:08 -08:00
|
|
|
/* display: block; */
|
|
|
|
display: flex;
|
2020-10-27 10:09:20 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
margin: 100px;
|
|
|
|
font-size: 2em;
|
2020-11-08 17:29:08 -08:00
|
|
|
flex-direction: column
|
2020-10-27 10:09:20 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font: 30pt Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2020-11-08 17:29:08 -08:00
|
|
|
color: white;
|
2020-10-27 10:09:20 -07:00
|
|
|
margin-bottom: 1em;
|
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
padding: .3em;
|
2020-11-08 17:29:08 -08:00
|
|
|
background-color: yellow;
|
2020-10-27 10:09:20 -07:00
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
2020-11-08 17:29:08 -08:00
|
|
|
pre#_markdown {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2020-10-27 10:09:20 -07:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:link, a:visited {
|
|
|
|
color: #8094d6;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:hover, a:active {
|
|
|
|
color: #FF9933;
|
|
|
|
}
|