Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Finally I was able to make a responsive design for both mobile and desktop , I am proud that I am getting better at this slowly
What challenges did you encounter, and how did you overcome them?I cant understand my design on desktop looks good on browsers like mozila, brave but it stretches on chrome and edge
What specific areas of your project would you like help with?Maybe practice more myself building layouts
Community feedback
- @kaamiikPosted 8 days ago
Hi. Congrats for doing this challenge. I noticed some points I wanna mention:
max-width
should be inrem
unit notpx
.
- Try to use a proper CSS reset at the start of your CSS style. Andy Bell and Josh Comeau both have a good one. You can simply search on the internet to find them.
- Elements that have hover effect are interactive.
So because you have hover effects for your
h1
then It needs to bea
orbutton
. Now you have to choose betweena
andbutton
. If the element take you to a new page It should be ana
tag and If do an action like submit a form or add to cart then It should be abutton
. In your challenge you haveh1
and inside theh1
you have to wrap it into a interactive element too.
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