Skip to content

Instantly share code, notes, and snippets.

@kobzarvs
Created June 27, 2019 18:06
.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