3rd Project using CSS

Solution retrospective
The phone version still looks kind of bad, can anyone help?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @imjheef
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 helpful
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