Design comparison
Solution retrospective
I'm proud of how well my design came out although, it's not very identical, they look pretty the same. I wouldn't try to do anything differently, but i'm open to any criticism.
What challenges did you encounter, and how did you overcome them?I really didn't encounter any challenges. The past exercises has really helped me, so this ne was easy to get by.
What specific areas of your project would you like help with?Currently i really don't need any help, but i'm open to any help you offer to any faults you see.
Community feedback
- @morauszkiaPosted 6 months ago
Your solution looks quite nice. Maybe a couple of tips: I would advise you, to use semantic html instead of regular divs: main, header, fotter, section, article all work like div, but give meaning to your parts of the page so people with screen readers who cannot rely on visual cues, can navigate the site better. Instead of divs with class line, you can also use
hr
as a horizontal line, or maybe even borders, if you don't need the thing in the markup only as a visual separator between sections. Also, you can use thetable
html element for the table, which I admit is not that easy to style, but semantically may be a better choice.0
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