PSG / style.css
Liangyu
add readme and layout
678d96b
raw history blame
No virus
313 Bytes
h1 {
text-align: center;
}
.column {
float: left;
width: 50%;
padding: 10px;
}
.row:after {
content: "";
display: table;
clear: both;
}
#input-image {
max-height: 800px;
}
#label-image {
height: 300px;
}
#result-image {
height: 800px;
}
img#visitor-badge {
display: block;
margin: auto;
}