p スタイルリセットしているボタン↓
input(type="button" value="button")
input(type="submit" value="submit")
input(type="reset" value="reset")
View Compiled
input {
color: black;
text-decoration: none;
font-family: sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 1.5;
border: none;
background: transparent;
margin: 0;
padding: 0;
outline: none;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.