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