Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
For the quickness of thinking and already knowing what to do
What challenges did you encounter, and how did you overcome them?Honestly, I thought I would have it but I didn't.
What specific areas of your project would you like help with?Feedbacks are welcome
Community feedback
- @DORMODOPosted 5 months ago
You can focus on several areas such as accessibility and overall user experience.
1 . Semantic HTML and Accessibility:
- Changed
div
elements tosection
for better semantic structure. - Added
lang
attribute to the<html>
.
2 . Consistent Button Styling:
- The buttons use the same class
learn-more
, making the styling consistent across all buttons.
keep pushing to make things even more awesome!
Marked as helpful0 - Changed
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