Skip to content

Instantly share code, notes, and snippets.

View Rafaellinos's full-sized avatar
:shipit:
Always Learning...

Rafael Lino Rafaellinos

:shipit:
Always Learning...
View GitHub Profile
@arturfsousa
arturfsousa / barcode_template.html
Created September 13, 2012 18:56 — forked from seocam/barcode_template.html
Generate a interleaved 2 of 5 barcode in pure HTML and CSS (tested only in Firefox and Chrome)
<html>
<head>
<style>
#barcode {height: 60px;}
#barcode span {margin: 0;padding-bottom: 34px;height: 16px;}
.n {border-left: 1px solid;}
.w {border-left: 3px solid;}
.n, .w {border-color: #000;}
.s {border-color: #fff;}
</style>