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/5cfb3e01b3c9e237c97dd89c1c5744df to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/5cfb3e01b3c9e237c97dd89c1c5744df to your computer and use it in GitHub Desktop.
Propiedad border 2
h1{
width: 100px;
padding: 15px;
border: solid 4px blue;
border-bottom-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment