+ 1
How do you set a page background color and text color for an html page?
I need to know. I also know it teaches me this but I'm starting a second side project and I want to get section done so idk how to change background color or text color yet plz help.
3 Answers
+ 1
Thanks bro!
0
body {
background-color:red; //Background color.
color:blue; //Text Color
}
0
Np bro!
You can message me if you have any other questions.