Created
March 6, 2023 22:31
-
-
Save douglasabnovato/6133819638f0532650b7dbbf51b2a3f8 to your computer and use it in GitHub Desktop.
pré-processador
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
div { | |
/*formatações*/ | |
} | |
div nav { | |
/*formatações*/ | |
} | |
div nav h1{ | |
/*formatações*/ | |
} | |
div nav ul{ | |
/*formatações*/ | |
} | |
div nav ul li { | |
/*formatações*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment