HTML CSS

Solution retrospective
Can someone review my work and give feedback, best practices, how you would do certain aspects differently. Any feedback would be highly appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Prajwal,
Not much to say but really well done, you've nailed it!
- I think you may have missed this. change
<div class="attribution">
to<footer class="attribution">
semantic html info - I noticed you had some nested selectors, have you considered using BEM methodology. Some people hate it, some love it, but i think it can be really useful when building a larger project and using scss
- BEM (Block, Element, Modifier) is a component-based approach to web development. The idea behind it is to divide the user interface into independent blocks. This makes interface development easy and fast even with a complex UI, and it allows reuse of existing code without copying and pasting.
All the best!
Marked as helpful - I think you may have missed this. change
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