Answers for "console color with `` string"

3

console.log with color font

console.log("%cThis is a %cConsole.log", "background:black ; color: white", "color: red; font-size:25px");
Posted by: Guest on December-10-2020
0

console.log with color font

console.log("%cThis Is Line One ", "font-size:30px");o
Posted by: Guest on December-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language