Design comparison
Solution retrospective
I'm proud of creating a responsive layout with Bootstrap 5.3.3 and maintaining clean, accessible code. Next time, I’ll use advanced CSS techniques like Grid and add interactive JavaScript elements.
What challenges did you encounter, and how did you overcome them?My main challenges were maintaining a consistent, visually appealing layout across different screen sizes and integrating accessibility features. I used Bootstrap utility classes and tested on various devices for layout issues, and employed semantic HTML and ARIA attributes to improve accessibility.
Community feedback
- @geomydasPosted 3 months ago
There's no need for that article element since you would rarely use it inside blog websites, news and etc. Don't use nav in this case because links inside a nav should only link inside the page and not to external websites. You should use
<ul>
and<li>
instead. Its a common pattern to see multiple links and nest them inside a listMarked as helpful0
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