Skip to content

Instantly share code, notes, and snippets.

@luke-h1
Created June 12, 2020 10:30
Show Gist options
  • Save luke-h1/0429d07227b88c72a4e319a4275b33a1 to your computer and use it in GitHub Desktop.
Save luke-h1/0429d07227b88c72a4e319a4275b33a1 to your computer and use it in GitHub Desktop.
css-btn-skel
.btn {
background-color: ;
color: ;
display: inline-block ;
padding: 20px 20px ;
text-decoration: none ;
font-weight: 800 ;
}
.btn:hover {
background-color: blue ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment