Last active
January 10, 2022 17:44
-
-
Save Manyaka/0732454b83f76fd62e2b2d4955cdabc4 to your computer and use it in GitHub Desktop.
outline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*, | |
*::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