How to add footer a color in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add footer a color in css

: )

24th Aug 2016, 4:22 PM
Jyothis Tharakath
Jyothis Tharakath - avatar
5 Answers
+ 1
.footer{ bottom: 0; background-color: your color ; } This is code for footer color Thats all
27th Aug 2016, 3:46 AM
vinay
vinay - avatar
+ 1
very simple. make footer with class footer. than in CSS write ".footer {background-color:white or black or green or red;"}
24th Aug 2016, 5:19 PM
HawkEye
HawkEye - avatar
+ 1
With HTML 5 there is a footer tag so all you have to do is put Footer{ Background-color:#ffffff; }
16th Oct 2016, 9:17 AM
Brian
+ 1
Leaning made easy
22nd Oct 2016, 6:43 PM
Alao Samuel Mofifoluwa
Alao Samuel Mofifoluwa - avatar
0
thanx for the answers
27th Aug 2016, 4:06 AM
Jyothis Tharakath
Jyothis Tharakath - avatar