TIL you can style console logs
POSTED ON:
TAGS: webdev
I was goofing off and noticed water.css
dev Kognise belonged to a team called doggo.ninja. Curious, I went to the site, and discovered something in the console.log.
This -> 2020-07-07-console-noice_0.png
That was done with the use of %c
, a content specifier.
console.log("%cHmmm, I wonder what $ is...", "color: white; background-color: black; font-size: 1.4rem; padding: 20px;");
Related TILs
Tagged: webdev