Answers for "change color react css"

1

inline style to change background color 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