File size: 313 Bytes
c7f0cc1
 
 
678d96b
 
 
 
 
 
 
 
 
 
c7f0cc1
ada7a74
c7f0cc1
 
 
 
 
ada7a74
c7f0cc1
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
h1 {
  text-align: center;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
#input-image {
  max-height: 300px;
}
#label-image {
  height: 300px;
}
#result-image {
  height: 300px;
}
img#visitor-badge {
  display: block;
  margin: auto;
}