templeos-info/public/style/templeos.css

21 lines
264 B
CSS

body {
font-weight: bold;
text-align: center;
}
#content {
font-family: courier, monospace;
font-size: 10pt;
width: 80ch;
display: inline-block;
text-align: left;
}
footer {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}