Footer not displaying at the bottom | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Footer not displaying at the bottom

https://code.sololearn.com/WmHfY0kK9Kny/?ref=app I want this footer to stay at the bottom of the page even when the page has less content.

9th Dec 2019, 2:39 PM
Victor Sayi
Victor Sayi - avatar
1 Answer
- 1
there's a lot of way to do this. here's one use display flex. set the direction to column, then justify-content space-between. do all of those to its parent element. also make sure the parent element's height is at least 100vh
9th Dec 2019, 3:00 PM
Taste
Taste - avatar