gs1-barcode-parser
Version:
The barcode parser is a library for handling the contents of GS1 barcodes.
31 lines • 547 B
CSS
body {
font-family: sans-serif;
}
h1 {
text-align: center;
font-family: serif;
font-size: 16pt;
}
th {
padding: 5px;
text-align: left;
background-color: #9999FF;
}
td {
padding: 5px;
text-align: left;
}
#barcodeInputDiv {
color: #FFFFFF;
background-color: #888888;
border-radius: 10pt;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 20pt;
}
#parsedCodeOutput {
background-color: #dddddd;
border-radius: 10pt;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
;
padding: 20pt;
}