Design comparison
SolutionDesign
Solution retrospective
i think my font size is not perfect.you can suggest me write font
Community feedback
- @grace-snowPosted over 3 years ago
I'm afraid I can't see this as on mobile and the content Is off the side of the screen.
It's usual practice to start from the mobile design and work up from there
2@grace-snowPosted over 3 years agoLooking at your code here is my advice
- make font sizes into rems not pixels
- build layout with flexbox
- position cards centrally on page using grid /flex not margins
- do paddings inside each card in rems too
- buttons should be anchor tags not the button element
- style using classes not ids (that's not what ids are for and will cause problems later)
- size the cards using max-width rather than a width in pixels
0
Please log in to post a comment
Log in with GitHubJoin 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