<input type="text" placeholder="Text Input">
<input type="password" placeholder="Password Input">
<input type="submit" value="Submit">
<input type="reset" value="Reset">
input:not([type="submit"]):not([type="reset"]) {
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.