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

using simple css flex

suhridp 110

@suhridp

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


how can iiadd the footer in a way that if I'm viewing the page on mobile it would come at last? (p.s. currently it is coming at the middle of the boxes in mobile-view)

Community feedback

@motuncoded

Posted

Congratulations to you in creating solution to this challenge. The items inside the body can be centered

body{
display:flex;
justify-content: center;
align-items: center;
min-height:100vh;

}
I hope you find this useful
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