Mobile first (HTML, CSS, vanilla JS)

Solution retrospective
Get stuck on border-radius of background color, then I realized I would have to make too many changes to my code, so I just accept the sharp-round version and the fact that nobody (nothing) is perfect. :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Haha, fair play on the
border-radius
Jiri! Nice work on this challenge. Another approach to style the divider in the navigation would be to use a pseudo-element, like::before
to achieve that style. This would reduce the HTML slightly and mean you don't have to include an emptydiv
in the page. I hope that helps! 👍
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