You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed you seem to directly apply a style to the body to change the background colour. I feel like I've heard that it's best practice to apply CSS classes to the HTML elements and have all the actual styling in the CSS file. Would probably neaten up your js as well (avoiding use of rgba in a big object in there)
The text was updated successfully, but these errors were encountered:
I noticed you seem to directly apply a style to the body to change the background colour. I feel like I've heard that it's best practice to apply CSS classes to the HTML elements and have all the actual styling in the CSS file. Would probably neaten up your js as well (avoiding use of rgba in a big object in there)
The text was updated successfully, but these errors were encountered: