Untitled
unknown
css
3 years ago
384 B
5
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...