Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

multi-styles

let styles = `
    font-size:15em;
    color:red;
    transform:rotate(20deg)`

document.querySelector('*').style = styles
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+5 =