templeos-info/public/style/templeos.css
2024-03-23 17:27:38 +01:00

18 lines
193 B
CSS

body {
font-weight: bold;
text-align: center;
}
pre {
display: inline-block;
text-align: left;
}
footer {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}