Bootstrap5

Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hello Saynum, You have done a good work! 😁
Some little tips to improve your code:
- add
header
tag and wrap the navbar for improve the Accessibility - add
main
tag and wrap the main page content for improve the Accessibility - also you can use
article
tag instead of a simplediv
to the container of news for improve the Accessibility - you can use
picture
tag to change image by resolution -> read here
Keep learning how to code with your amazing solutions to challenges.
Hope this help 😉 and Happy coding!
Marked as helpful - add
- @joshua-mo-143
Hey there, this looks like a pretty good solution so far.
I think going forward, trying out CSS Grid to align the website layout would be a good idea to try and focus on. The site looks perfectly fine on desktop, but on mobile/tablet layout the top left part of the page (especially the main article splash text/button) becomes misaligned with the black sidebar menu which is a bit of a shame.
Otherwise it looks pretty good. Using article or section instead of div to help distinguish between articles/sections on the sitepage would help a lot with adding semantic HTML.
- @suhaybjirde
well done i just did it with pure css
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