
Design comparison
Community feedback
- P@sabbadashPosted about 2 months ago
Hi! I have got a few ideas about your soulution.
-
Use semantic HTML by replacing the div containers with more meaningful elements like main and article
-
Consider using a tags styled as buttons instead of button elements since these are links
-
Instead of using IDs (#a, #b, #c, etc.) for buttons, consider using a single class and margin-top. This reduces code repetition
-
The box-shadow on the container could be softer for better visual appeal
-
Consider using CSS custom properties (variables) for colors to maintain consistency
-
The layout could benefit from CSS Grid or Flexbox for the buttons section
You're doing great! Keep going ;)
Marked as helpful1 -
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