Design comparison
SolutionDesign
Community feedback
- @samd1aPosted over 2 years ago
Hi smkh, congrats on finishing your challenge it looks great! Some suggestion are:
- consider changing the media query to
~600px
as this is when your design starts to shrink. - add these styles to your
.container
class to create a border radius which will work for all screen sizes:
border-radius: 10px; overflow: hidden;
- Also i recommend removing the
<br>
from your paragraph as it makes the text wrap weirdly on mobile views.
Hope this helps a bit, keep coding!
Marked as helpful1 - consider changing the media query to
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