Today I Learned

hashrocket A Hashrocket project

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');
See More #javascript TILs
Looking for help? At Hashrocket, our JavaScript experts launch scalable, performant apps on the Web, Android and iOS. Contact us and find out how we can help you.