templeos-info/public/style/templeos.css

21 lines
268 B
CSS
Raw Normal View History

body {
font-weight: bold;
text-align: center;
}
#content {
font-family: courier, monospace;
font-size: 10pt;
2024-03-24 14:28:53 +00:00
min-width: 80ch;
display: inline-block;
text-align: left;
}
2024-03-23 16:14:13 +00:00
footer {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}