JS - Style Declaration setProperty Method

PHOTO EMBED

Sun Jul 24 2022 04:44:13 GMT+0000 (Coordinated Universal Time)

Saved by @rashedxyz #javascript

const setprop = declaration.setProperty("background-color", "yellow");
const setprop = declaration.setProperty("background-color", "yellow", "important"); // set higher priority
content_copyCOPY

Set CSS to an element using JS

https://www.w3schools.com/jsref/met_cssstyle_setproperty.asp