Add Css to Browser Console Log
Today I learned how to print to browser console a message with some background color and text color
console.log('%c Hello World!', 'background: #073642; color: #EEE');
Tweet
Today I learned how to print to browser console a message with some background color and text color
console.log('%c Hello World!', 'background: #073642; color: #EEE');
Tweet