Answers for "how to add background color in html css"

CSS
2

how to add a background color in css

body {
    background-color: red;
}
Posted by: Guest on November-15-2021
0

html or CSS background-color

Add background-color in html
Posted by: Guest on May-16-2022

Code answers related to "how to add background color in html css"

Browse Popular Code Answers by Language