Untitled
Anonymous
css
06/15/2023 10:07 PM
512 B
11
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...