Spaces:
Runtime error
Runtime error
File size: 239 Bytes
0e6de7e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
h1 {
text-align: center;
}
img#overview {
max-width: 800px;
max-height: 600px;
display: block;
margin: auto;
}
img#style-image {
max-width: 1000px;
max-height: 600px;
}
img#visitor-badge {
display: block;
margin: auto;
}
|