Created
May 19, 2016 12:58
-
-
Save cesarAugusto1994/f4115db8b21ec8edb5ad5a98ac8c0c29 to your computer and use it in GitHub Desktop.
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
background-color: firebrick; | |
color: white; | |
-webkit-box-shadow: 2px 4px 14px -1px rgba(0,0,0,0.75); | |
-moz-box-shadow: 2px 4px 14px -1px rgba(0,0,0,0.75); | |
box-shadow: 2px 4px 14px -1px rgba(0,0,0,0.75); | |
border-radius: 5px 5px 5px 5px; | |
-moz-border-radius: 5px 5px 5px 5px; | |
-webkit-border-radius: 5px 5px 5px 5px; | |
border: 0px solid #000000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment