Design comparison
Solution retrospective
The phone version still looks kind of bad, can anyone help?
Community feedback
- @imjheefPosted over 1 year ago
Hello, congratulations on summiting your challenge!
To look better in the mobile version, you could lower your
media query
pixels as recommended in the styles-guideI would recommend working with
rem
instead of percentages as you can get more control on how it will look, but you can lower your percentages withing your media query tooRemember to size your font with
font-size: XXrem
for the text to be responsive.To remove the border in the
button
you can useborder-style: none
to match the design.i hope this helps,
</Happy coding>!
Marked as helpful1@Malekos74Posted over 1 year ago@imjheef Hello, thanks for taking time to see my attempt and help me with it Very cool
1
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