Answers for "Use CSS to set the background color of the document (body) to yellow."

CSS
25

css background color

body {
  background-color: green;
}
Posted by: Guest on February-03-2020
7

background color css

html,body {
  background-color: red;
}
Posted by: Guest on April-25-2020
0

Use CSS to set the background color of the document (body) to yellow.

.css is maddd
Posted by: Guest on September-18-2021

Code answers related to "Use CSS to set the background color of the document (body) to yellow."

Browse Popular Code Answers by Language