Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Last active January 10, 2022 17:44
Show Gist options
  • Save Manyaka/0732454b83f76fd62e2b2d4955cdabc4 to your computer and use it in GitHub Desktop.
Save Manyaka/0732454b83f76fd62e2b2d4955cdabc4 to your computer and use it in GitHub Desktop.
outline
*,
*::before,
*::after {
outline-style: dashed;
outline-color: darkorange;
outline-width: 1px;
/*outline: darkorange dashed 1px;*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment