Css Bug(Problem)Pls Help! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Css Bug(Problem)Pls Help!

Look at the Footer.Why is not touching the bottom?? https://code.sololearn.com/WBtO9qJGbbxZ/?ref=app

4th Aug 2019, 5:34 PM
Mister I
Mister I - avatar
4 Answers
+ 7
just change the css of footer to this: footer { width: 100%; background-color: #222; margin-top: 40px; display: inline-block; margin-bottom: -5px; }
4th Aug 2019, 5:57 PM
VEDANG
VEDANG - avatar
+ 3
Remove margin-top 219 line, 221 line margin-bottom: 0, 220 line display: block.
4th Aug 2019, 6:03 PM
Anna/Аня
Anna/Аня - avatar
+ 1
VEDANG Thank You🙏👍
5th Aug 2019, 1:40 PM
Mister I
Mister I - avatar
- 1
<>
4th Aug 2019, 10:15 PM
Antony