caddy-retired/example-web/css/default.css

46 lines
574 B
CSS

body {
font-size: 10pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: red;
background-color: blue;
line-height: 14pt;
display: block;
}
main {
margin: 100px;
font-size: 2em;
}
h1 {
font: 30pt Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 20pt;
}
p {
margin-bottom: 1em;
line-height: 1.2em;
}
code {
padding: .3em;
background-color: yellow !important;
color: blue;
}
a {
text-decoration: none;
}
a:link, a:visited {
color: #8094d6;
}
a:hover, a:active {
color: #FF9933;
}