0
Please, How do i change my web page background color?. Especially the head, body and footer with different colors.
I don't really know how to change part(Not All) of my web page background color.
2 Réponses
+ 2
//You can change background color using css
Header{
background-color :red;
}
Here is a lesson on this
https://www.sololearn.com/learn/CSS/1103/
+ 1
*{
background-color:red;
}