Your Ad Here

Posted By

Skwai on 08/24/10


Tagged


Versions (?)

input field margins


 / Published in: HTML
 

  1. <!doctype html>
  2. input.nomargin{margin:0;}
  3. </head>
  4. <input type="text">
  5. <br>
  6. <input type="text" class="nomargin">
  7. </body>
  8. </html>

Report this snippet  

You need to login to post a comment.