Skip to content

Instantly share code, notes, and snippets.

@radi-cho
Created July 16, 2018 10:20
Show Gist options
  • Save radi-cho/419f9b13943944d35a0696a91d42e5b5 to your computer and use it in GitHub Desktop.
Save radi-cho/419f9b13943944d35a0696a91d42e5b5 to your computer and use it in GitHub Desktop.
CSS Snipped for blogpost by Radi Cho - keyboard buttons
.keyboard:before {
/* Don't forget the content */
content: "";
position: absolute;
width: 35px;
height: 30px;
border-radius: 3px;
border: 1px solid transparent;
color: lightgrey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment