Answers for "react inline style css in js"

1

inline styling react

// Change the background color to red
document.body.style.backgroundColor = "red";
Posted by: Guest on November-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language