console.log(“%cBlue! %cGreen”, “color: blue; font-size:15px;”, “color: green; font-size:12px;”);
The above works in a browsers developer console and I would love for it to work in the developer console by Wix when previewing a site.
console.log(“%cBlue! %cGreen”, “color: blue; font-size:15px;”, “color: green; font-size:12px;”);
The above works in a browsers developer console and I would love for it to work in the developer console by Wix when previewing a site.