+ 2
Css Bug(Problem)Pls Help!
Look at the Footer.Why is not touching the bottom?? https://code.sololearn.com/WBtO9qJGbbxZ/?ref=app
4 ответов
+ 7
just change the css of footer to this:
footer {
width: 100%;
background-color: #222;
margin-top: 40px;
display: inline-block;
margin-bottom: -5px;
}
+ 3
Remove margin-top 219 line, 221 line margin-bottom: 0, 220 line display: block.
+ 1
VEDANG Thank You🙏👍
- 1
<>