Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

3-column preview card component solution

@kylekasprzyk

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello 👋,

This is my solution for the 3-column preview card component challenge. 👨‍💻

I'm looking for help with positioning the footer. On the desktop site I used .sticky-footer { position: sticky; top: 95%; } and on mobile .sticky-footer { display: none; }. I know this isn't correct but if I don't use display: none; the footer shows within the div and not below the content.

Thank you for taking the time to view my solution, and for any feedback provided!

Community feedback

theniyi 20

@theniyi

Posted

Use Relative position for the footer on mobile.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord