Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <div class="input-time-wrapper">
  2. <input id="hour" class="input-time input-time__hour" type="number" value="00" min="-1" max="24" />
  3. :<input id="min" class="input-time input-time__min" type="number" value="00" min="-1" max="60" />
  4. :<input id="sec" class="input-time input-time__sec" type="number" value="00" min="-1" max="60" />
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement