<input type="text" name="input" placeholder="Placeholder text!"/>
<br>
<input type="text" name="input" placeholder="Placeholder text!"/>
<br>
<input type="text" name="input" placeholder="Placeholder text!"value="Hello!"/>
<br>
<input type="text" name="input" placeholder="Placeholder text!" value="Hello!"/>
body {
padding: 30px;
}
input{ margin-top: 10px; }
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.