stevengibone.com/html-output/style.css
stev 86a74d1020 add main script for generating sites
add html parts, output and assets
2023-02-22 00:40:55 +01:00

34 lines
352 B
CSS

body {
display: flex;
flex-direction: column;
max-width: 750px;
margin: auto;
background: black;
color: lime;
border: solid 2px;
padding: 20px;
}
a {
color: orange;
}
a:visited {
color: chocolate;
}
h1,h2,h3 {
border-bottom: dashed 1px;
}
p {
margin: 1em 0em 1em;
}
pre {
border: solid 2px;
padding: 20px;
}
ul {
margin: initial;
}