46 lines
613 B
CSS
46 lines
613 B
CSS
body {
|
|
background-color: #cee;
|
|
margin: 2em;
|
|
}
|
|
|
|
p, li, code, pre {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 18pt;
|
|
}
|
|
|
|
h2 {
|
|
padding-top: 1em;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
h3 {
|
|
padding-top: 1em;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
|
|
div#main {
|
|
background-color: #fff;
|
|
color: #222;
|
|
margin-left: 100px;
|
|
margin-right: 100px;
|
|
margin-top: 40px;
|
|
margin-bottom: 40px;
|
|
padding: 1.5em;
|
|
}
|
|
|
|
table {
|
|
border-spacing: 3em 0em;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
} |