Skip to content

Instantly share code, notes, and snippets.

@kobzarvs
Created June 27, 2019 18:06
Show Gist options
  • Save kobzarvs/71dff57f14555b785194766b307f5689 to your computer and use it in GitHub Desktop.
Save kobzarvs/71dff57f14555b785194766b307f5689 to your computer and use it in GitHub Desktop.
.button {
border: 1px solid #555;
text-align: center;
padding: 0 12px;
color: #ddd;
cursor: pointer;
}
.button:hover {
background: rgba(255, 255, 255, .25)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment