Any ideas on how to position a div or a footer without using position absolute or fixed? If I use absolute, it overflows the content at smaller screens and I do not want to use fixed as I do not want the footer to visable at all times. I would be grateful for any tips or tricks. Thank you in advance.
Asked
Active
Viewed 14 times
0
-
Flexbox is probably easiest --> https://stackoverflow.com/questions/31000885/align-an-element-to-bottom-with-flexbox. – sol May 30 '18 at 23:11
-
please go through all the answers of the duplicate question before claiming it's not a duplicate – Temani Afif May 30 '18 at 23:14