Design comparison
Solution retrospective
I have just completed my first project And will try next time to complete in time.
What challenges did you encounter, and how did you overcome them?I was having some issues in understanding the project requirements and i get the idea how to do that.
What specific areas of your project would you like help with?My suggestion will be to add some more tips for completing the task.
Community feedback
- @gmagnenatPosted 5 months ago
Hi Muneer,
Congrats on your first challenge! What would you like to see in the requirement that was missing?
I can give you a few tips about your code. I see that you are using h tag both for the heading and for the text. I recommend you use sequential orders for your heading tags. h1 - h2 - h3 etc.. For the text you can use a p tag for example as the title is already specified above.
Separating your style in an external file will help you have a better structure.
You can use this chrome extension to help you get closer to the design Perfect Pixel. You can overlay a screenshot on your webpage.
I hope you find these comments helpful.
Happy coding and keep up the good work !
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