Design comparison
Solution retrospective
This is my first front-end mentor challenge that I have completed. Please take time aand provide your feedback.
Community feedback
- @madegilangadityaPosted over 3 years ago
Good job for finishing your first challenge. There are some issue I found regarding your border radius not show in bigger screen on
container
class. Instead using width 80vw. Better usemax-width: ...px
because vw size is relative depending on your browser screen size, so that make your container is more bigger than the content itself when usedisplay:flex
that make border-radius not showing in bigger screen.0@MSingh-web-devPosted over 3 years ago@madegilangaditya, I will keep these points. Thanks for these detailed tips. Hope to use them on following works.
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