Design comparison
Solution retrospective
Hello Everyone This is my first project "Please tell me how I can improve” please check the project and give your valuable feedback .
Community feedback
- @edburtnieks-privatePosted over 4 years ago
Hey Manish, solid solution and looks great!
Having a quick look I noticed some small things that could be improved.
First, I would rethink how you structured your heading element. In general, you want to avoid skipping heading tags. For example you have
h4
afterh2
in.item1
. I think it would make more sense to use onlyh2
andh3
or even justh2
. ForJoin our community
,Monthly Subscription
andWhy Us
leaving rest asp
orsmall
elements. You shouldn't choose heading elements based purely on their color and size. Most often yes, but not always.Another thing, you can try applying styles with "mobile first" approach, I think it would reduce your CSS a bit :) Continuing about responsiveness, you should extend breakpoint, because right now on smaller screen sizes, applying desktop styles, text inside two columns at bottom is really narrow.
Other than that, nice work. Keep it up! :)
1@TheDeveloper-Manish96Posted over 4 years ago@edburtnieks Thank you so much for your valuable feedback.I will definitely apply your suggestion in my next project. again thank you man.
0
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