Spaces:
Runtime error
Runtime error
File size: 192 Bytes
24be7a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
h1 {
text-align: center;
}
#input-image {
max-height: 300px;
}
#label-image {
height: 300px;
}
#result-image {
height: 300px;
}
img#visitor-badge {
display: block;
margin: auto;
}
|