Created
December 3, 2014 19:44
-
-
Save labra/d87c2da3146dd58a7c6f to your computer and use it in GitHub Desktop.
Ejemplo CSS
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
h1 { | |
color: blue; | |
background: cyan; | |
box-shadow: 3px 3px 5px 6px grey; | |
border-radius: 5px; | |
width: 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment