Answers for "js console.log css"

2

css in console.log

console.log("%cStop!", "font: 50px sans-serif; font-weight:bold; color:red; -webkit-text-stroke:1px black;");
Posted by: Guest on May-31-2021
3

console.log style css

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

console log style

console.log("%cThis is a green text", "color:green");
Posted by: Guest on November-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language