Please help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please help.

I used background-color on CSS for the footer, but why it is not on the images below if the images are inside the footer? https://code.sololearn.com/WGMpmxy1soGg/#html

28th Jan 2020, 5:20 PM
Daniel Sobanski
Daniel Sobanski - avatar
2 Answers
+ 5
You have to put some height on footer. Use this and check again. footer{ background-color:#D6DAD4; border:5px none silver; border-radius: 15px; height:100px; }
28th Jan 2020, 5:25 PM
A͢J
A͢J - avatar
+ 2
Thank you!!
28th Jan 2020, 5:27 PM
Daniel Sobanski
Daniel Sobanski - avatar