Created
January 24, 2023 21:14
-
-
Save lambtron/ddbd39ad996fe0a230993f3a30af8253 to your computer and use it in GitHub Desktop.
console log css styles in deno
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
console.log( | |
"%cHello, %cworld!", | |
"text-decoration: underline", | |
"color: blue;" | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment