Return to Snippet

Revision: 30870
at August 24, 2010 15:05 by Skwai


Initial Code
<!doctype html>
<html>
<head>
<style>
input.nomargin{margin:0;}
</style>
</head>
<body>
<input type="text">
<br>
<input type="text" class="nomargin">
</body>
</html>

Initial URL


Initial Description


Initial Title
input field margins

Initial Tags


Initial Language
HTML