Untitled
unknown
css
2 years ago
384 B
2
Indexable
button{ background: white; outline: none; height: 36px; padding: 0 12px; border-radius: 4px; border: 1px solid black; } button:hover{ background: lightgray; cursor: pointer; } input, select{ border-radius: 4px; height: 36px; padding: 0 12px; outline: none; border: 1px solid gray; } input:hover{ cursor: pointer; }
Editor is loading...