SyntaxFix
Write A Post
Hire A Developer
Questions
Shortest One Liner
// One liner function: const addCSS = s => document.head.appendChild(document.createElement("style")).innerHTML=s; // Usage: addCSS("body{ background:red; }")