Design comparison
Solution retrospective
i was able to resize stuff and experiment with padding and margins
What challenges did you encounter, and how did you overcome them?im still not able to do the responsive part like for mobile and desktop
What specific areas of your project would you like help with?Feedback if possible on the how to use @media for responsiveness for the mobile view of it
Community feedback
- @wiameHaKPosted 4 months ago
hey there!
Great job on finishing the challenge! š
Your solution looks great! Here are a few quick tips:
š Use
<main>
instead of<div>
for your main content.
This helps with SEO and accessibility by making the structure clearer.š CSS Adjustments:
- Use relative units instead of fixed widths for better responsiveness.
- Group your buttons in a container for easier styling.
- Consolidate
@font-face
declarations to reduce redundancy.
š Improve Accessibility:
Ensure buttons are accessible via keyboard and addaria-labels
for screen readers. Also, add focus styles for better navigation.Hope this helps!
1
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