Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidPeralvarez/69f3675fd33a96770ef17053b81a992f to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/69f3675fd33a96770ef17053b81a992f to your computer and use it in GitHub Desktop.
Propiedad margin
h1{
width: 100px;
padding: 15px;
border: solid 4px blue;
border-bottom-color: green;
margin-top: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment