Can fix my html code problem?` | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can fix my html code problem?`

Hello everyone, I faced a problem in code this. As i remove bootstrap, the footer stick at bottom. if i put in bootstrap, the footer and bottom got a distance. i need the footer to position at the bottom but not follow the scroll However, i need bootstrap. Any solution? Thanks Here is my code: https://code.sololearn.com/Wq9QXIhZzIpi/#html

26th Jan 2019, 10:58 AM
CHUA YI HAO
CHUA YI HAO - avatar
1 Answer
+ 1
Add '#footer {position:fixed;bottom:0px;margin:0;padding:0;}' to your css
26th Jan 2019, 11:11 AM
Maneren
Maneren - avatar