Design comparison
Solution retrospective
What I'm Most Proud Of I am most proud of achieving a seamless responsive design that adapts beautifully to different screen sizes.
What I Would Do Differently Next Time Next time, I would focus on improving accessibility and using CSS variables for more efficient styling management.
What challenges did you encounter, and how did you overcome them?Challenges and Solutions I encountered challenges with ensuring consistent responsiveness across different devices and screen sizes. I overcame this by using CSS Grid and Flexbox, and extensively testing and tweaking the design on various devices.
What specific areas of your project would you like help with?Challenges and Solutions I encountered challenges with ensuring consistent responsiveness across different devices and screen sizes. I overcame this by using CSS Grid and Flexbox, and extensively testing and tweaking the design on various devices.
Community feedback
- @akibraza91Posted 5 months ago
Hello there!
Congrats on completing the challenge! β
Your project looks great!
I have a suggestion about your code that might interest you:
π You can use the hover state on add to cart button.
Using the hover state will help to look great.
Example:
button:hover { background-color: rgb(5, 81, 53); }
I hope this helps!
Other than that, excellent work!
Marked as helpful0
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