Design comparison
SolutionDesign
Solution retrospective
All Feedback is Welcome Thank You on Your Advice
Community feedback
- @bhushanpagare054Posted about 2 years ago
thank you for giving me advice I am new in this field I would definitely work on it...thank you again...
0@rachit0706Posted about 2 years ago@bhushanpagare054 If you found my suggestions helpful, I would request you to mark my comment as helpful.
0 - @rachit0706Posted about 2 years ago
Congratulations for completing the challenge! But I have a few suggestions for you:
- You should use a seperate css file for writing all your styles and then link it to the html.
- You have put wrong path in the img tag src attribute. Because of this the image is not rendering. 3 .Your body is not taking the whole width and height of the page. Set padding and margin to 0 and give min-height as 100vh to body tag.
- You shouldn't make the body as flex box container. Instead instead use main element inside body and then a div to wrap the content. Then you can set the display as flex for that container div.
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