Use querySelector
for all the selections to
make the following changes:
-
Change the first
div
element to have a background colour of darkorange.
-
Change the second
div
element to have a background colour of salmon.
-
Change the third
div
element to have a background colour of thistle.
Ensure
that all three selections use different types
of selectors.