Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <style type="text/css">
  2. label {
  3. display: block;
  4. padding-left: 15px;
  5. text-indent: -15px;
  6. }
  7. input {
  8. width: 13px;
  9. height: 13px;
  10. padding: 0;
  11. margin:0;
  12. vertical-align: bottom;
  13. position: relative;
  14. top: -1px;
  15. *overflow: hidden;
  16. }
  17. </style>
  18. <form>
  19. <div>
  20. <label><input type="checkbox" /> Label text</label>
  21. </div>
  22. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement