Created
May 4, 2020 05:12
-
-
Save dasomoli/d9f1888a8dbe68d2b95375596c365d7f to your computer and use it in GitHub Desktop.
This file contains 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
h1 { | |
color: red; | |
} | |
p { | |
color: #ff0000; | |
} | |
span { | |
color: rgb(255, 0, 0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment