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

I couldn't handle the mobile design part guys how can i do that ?

#accessibility
ata58011 220

@ata58011

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


I tried to do website as a responsive for mobile version but i couldn't find a solution for that. How can i do this guys ?

Community feedback

Adrian 160

@Adrianmbugua

Posted

Hi nice work you can use media query eg @media only screen and (max-width:900px) then display:block , this will make them stack on top of each other . Use cursor: pointer; for the button and remember to add the hover states for the button button:hover {}

Marked as helpful

0

ata58011 220

@ata58011

Posted

@Adrianmbugua Thank you Adrian i did what you said it worked very well

0
Travolgi 🍕 31,500

@denielden

Posted

Hello Ata, You have done a good work! 😁

To do website as a responsive for mobile you must use @media queries -> read here

Also one tip of graphic design: with font-family:" Big Shoulders Display ", cursive the browser will use the Comics Sans font when it doesn't find the first font indicated (you can seen during loading)... for the designer it's a really awful font! I would rather replace it with a font-family:" Big Shoulders Display ", sans-serif much more similar to the primary font.

Keep learning how to code with your amazing solutions to challenges.

Hope this help 😉 and Happy coding!

Marked as helpful

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