Answers for "change color and background of console.log"

23

how to color console.log

console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');
Posted by: Guest on April-09-2020
0

changing color of console log

console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');
 Run code snippetHide results
Posted by: Guest on February-24-2022

Code answers related to "change color and background of console.log"

Code answers related to "Javascript"

Browse Popular Code Answers by Language