Created
December 20, 2022 18:58
-
-
Save aebsr/39ed8c7ec04dd9b206cf8fc8197646fa to your computer and use it in GitHub Desktop.
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
.poc-scenario { | |
border: 1px solid red; | |
} | |
.poc-scenario h1 { | |
color: blue; | |
} | |
.poc-scenario p { | |
color: green; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment