HTML & CSS

Solution retrospective
This is my first front-end mentor challenge that I have completed. Please take time aand provide your feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @madegilangaditya
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.
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