Skip to content

Instantly share code, notes, and snippets.

@labra
Created December 3, 2014 19:44
Show Gist options
  • Save labra/d87c2da3146dd58a7c6f to your computer and use it in GitHub Desktop.
Save labra/d87c2da3146dd58a7c6f to your computer and use it in GitHub Desktop.
Ejemplo CSS
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