Skip to content

Instantly share code, notes, and snippets.

@radi-cho
Created July 16, 2018 10:12
Show Gist options
  • Save radi-cho/df778c23b9fe462a52792c23d3a23137 to your computer and use it in GitHub Desktop.
Save radi-cho/df778c23b9fe462a52792c23d3a23137 to your computer and use it in GitHub Desktop.
CSS Snipped for blogpost by Radi Cho - keyboard corpus
.keyboard {
position: absolute;
width: 600px;
height: 300px;
color: darkslategray;
border: 2px solid currentColor;
border-radius: 12px;
margin: 300px 10px 10px 65px;
transform: rotateX(30deg) rotateZ(0deg);
box-shadow: 2px 5px 12px currentColor;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
background: dimgrey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment