siftal
Version:
CSS Framework, not bad ;)
52 lines (38 loc) • 1.37 kB
HTML
<html lang="en" dir="ltr">
<head>
<title>Siftal</title>
<meta charset="utf-8">
<meta name="description" content="Siftal, a simple CSS framework with usefull tools for Ermile projects">
<meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0 maximum-scale=1.2, minimal-ui"/>
<link rel="shortcut icon" href="../dist/images/siftal/siftal.ico">
<link rel="icon" href="../dist/images/siftal/siftal.png" type="image/png">
<link rel="stylesheet" href="../dist/css/siftal.css">
<style>
body{background-color:#eee;}
</style>
</head>
<body class="ltr">
<div class="cn">
<div class="tbox">
<h2>Barcode</h2>
<p>A special handle to give barcode or rfid code</p>
</div>
<div class="cbox">
<h3>Example</h3>
<p>This type of input filled only with readers, because of type speed!</p>
<div class="example">
<label>Barcode</label>
<div class="input">
<input type="text" placeholder="Code" class="barcode" data-default="">
</div>
<label>Simple input</label>
<div class="input">
<input type="text" placeholder="input">
</div>
</div>
</div>
</div>
<script src="../dist/js/siftal.min.js"></script>
</body>
</html>