Background Color

Topic

Background Color

Topic Progress:

We can use CSS to change the background color of the website. We can do this by using the <body> tag as the selector and ‘background-color’ as the property.

Remember to go to files and have a look at the CSS and HTML file.

We can also change the background color of divs using CSS. We can change a div using .divClassName as the selector.

Remember to go to files and have a look at the CSS and HTML file.

@

Not recently active