Skip to content

Instantly share code, notes, and snippets.

@juniorcesarabreu
Created April 13, 2017 18:05
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 juniorcesarabreu/f04f18f0c13d932c1854e858e03ae164 to your computer and use it in GitHub Desktop.
Save juniorcesarabreu/f04f18f0c13d932c1854e858e03ae164 to your computer and use it in GitHub Desktop.
Outline property
<p><b>Note:</b> IE8 supports the outline properties only if a !DOCTYPE is
specified.</p>
p {
padding: 10px;
border: 5px solid red;
outline: red dotted 5px;
outline-offset: 1px; /*espaço entre a borda e o outline*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment