0

How i add background colour,what was the code for that

1st Aug 2022, 2:00 PM
Vishwas Barnwal
Vishwas Barnwal - avatar
2 Answers
+ 2
Have you tried using the search for this section? Many have asked that same question.
1st Aug 2022, 2:19 PM
Justice
Justice - avatar
+ 2
To add background you need to learn css. In css type: body { background-color: red; } This will select body html tag and set background color to be red.
1st Aug 2022, 4:08 PM
PanicS
PanicS - avatar