18 lines
193 B
CSS
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%);
|
|
}
|
|
|