0
How to add footer a color in css
: )
5 Antworten
+ 1
.footer{
bottom: 0;
background-color: your color ;
}
This is code for footer color Thats all
+ 1
very simple. make footer with class footer. than in CSS write ".footer {background-color:white or black or green or red;"}
+ 1
With HTML 5 there is a footer tag so all you have to do is put
Footer{
Background-color:#ffffff;
}
+ 1
Leaning made easy
0
thanx for the answers