input field margins


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your 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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.