Spaces:
Runtime error
Runtime error
File size: 179 Bytes
7505e90 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | h1 {
text-align: center;
}
img#overview {
display: block;
margin: auto;
max-width: 1000px;
max-height: 600px;
}
img#visitor-badge {
display: block;
margin: auto;
}
|