stevengibone.com/web/style.css
stev 9d76c3fa2a update everything
gmirator is now in its own repo and rewritten in Python.
the rest of the content was updated
2023-09-07 21:37:47 +02:00

46 lines
457 B
CSS

body {
font-family: monospace;
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;
}
hr {
margin-top: 20px;
border-style: solid;
color: lime;
}
nav ul {
display: flex;
}
nav ul li {
margin: 0% 2%;
}