
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I have used BEM naming method for marking my HTML, I learnt about using classes for styling instead of using HTML elements. I have tried to keep the code readable and simple.
What challenges did you encounter, and how did you overcome them?- Table element - at first I tried giving a border-bottom to element, realizing we cannot give border to it. I then tried applying border-bottom on element which of course resulted in a gap between the border-bottom of two elements.
Hence, to be able to apply border-bottom on element, I gave it a display of grid.
- I had to use h3 heading before h2 heading. I understand as per best practices and for accessibility purpose h3 should come after h2. What would be an ideal way to manage these headings?
Any feedback on how I could improve the solution would be great.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on cookie-monster01's solution.
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