“console.log style CSS” Code-Antworten

CSS passen Sie Konsole an

// Rainbow Giant Styled Text
const style = 'font-weight: bold; font-size: 50px;color: red; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)';

console.log('%c Rainbowww!', style);
STIFLER

console.log style CSS

 console.log("%cThis is a %cConsole.log", "background:black ; color: white", "color: red; font-size:25px");
godwin_kvg

Konsolenprotokollstil

console.log("%cThis is a green text", "color:green");
Indian Gooner

Ähnliche Antworten wie “console.log style CSS”

Fragen ähnlich wie “console.log style CSS”

Weitere verwandte Antworten zu “console.log style CSS” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen