Computer Science, asked by maltisaxena86, 21 hours ago

Write a program for background colour property style sheet to use to change the background colour of an element​

Answers

Answered by dhawalchaudhary418
1

Answer:

.element {

   background-color: colorName;

}

Explanation:

Replace the .element with the class of the element you want and replace colorName with the color you want.

Please mark me Brainliest if you are satisfied!

Similar questions