CSS Footer problem, pls help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

CSS Footer problem, pls help.

Can someone tell me how i get the footer items in the bottom of the page? https://code.sololearn.com/Wa21A5A189a1

26th Jan 2021, 10:39 AM
kaspars kaspars
kaspars kaspars - avatar
5 Answers
+ 1
hmm I shared an example of this on your last question about this.
26th Jan 2021, 11:29 AM
Chris Coder
Chris Coder - avatar
26th Jan 2021, 11:29 AM
Chris Coder
Chris Coder - avatar
+ 1
I made many changes to your code and removed unneeded CSS. Too many changes to remember. But to get your footer to the bottom. Remove all your the float attributes from your choices CSS.
26th Jan 2021, 1:14 PM
Chris Coder
Chris Coder - avatar
+ 1
To get your pictures to look better on resize you must understand flexbox https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox If that does not explain it well google a different resource. Also learn about @media query for resizing. https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
26th Jan 2021, 1:21 PM
Chris Coder
Chris Coder - avatar
0
oh yeah Chris, thanks!, can you. please tell me what did you do to get it on bottom? I see only color:white but nothing to add it. to bottom.what did you do to make the cards look better when resizing screen? how can i make this Conact Us and Repair your Wheels (<h2>) next to each other horizontaly.?
26th Jan 2021, 11:31 AM
kaspars kaspars
kaspars kaspars - avatar