Created
July 16, 2018 10:12
-
-
Save radi-cho/df778c23b9fe462a52792c23d3a23137 to your computer and use it in GitHub Desktop.
CSS Snipped for blogpost by Radi Cho - keyboard corpus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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