Skip to content

Instantly share code, notes, and snippets.

@lambtron
Created January 24, 2023 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lambtron/ddbd39ad996fe0a230993f3a30af8253 to your computer and use it in GitHub Desktop.
Save lambtron/ddbd39ad996fe0a230993f3a30af8253 to your computer and use it in GitHub Desktop.
console log css styles in deno
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