templeos-info/public/style/templeos.css

18 lines
193 B
CSS
Raw Normal View History

body {
font-weight: bold;
text-align: center;
}
pre {
display: inline-block;
text-align: left;
}
2024-03-23 16:14:13 +00:00
footer {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}