- 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
5 Respostas
+ 1
hmm I shared an example of this on your last question about this.
+ 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.
+ 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
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.?