Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 29, 2018 13:22
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/b9c9c6642f9c82b3d206fb99a9e3698c to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/b9c9c6642f9c82b3d206fb99a9e3698c to your computer and use it in GitHub Desktop.
Propiedad border
h1{
width: 100px;
padding: 15px;
border-style: solid;
border-width: 4px;
border-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment