Skip to content

Instantly share code, notes, and snippets.

@skiabox
Created July 29, 2017 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skiabox/4a93ea217156a50943c22dc1494aa73b to your computer and use it in GitHub Desktop.
Save skiabox/4a93ea217156a50943c22dc1494aa73b to your computer and use it in GitHub Desktop.
input-elements.css
button {
border: 1px solid black;
background-color: white;
padding: 8px;
font: inherit;
cursor: pointer;
outline: none;
}
button:hover {
background-color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment