not that difficult. not that easy either. better for learning HTML CSS
Design comparison
Community feedback
- @Ezekiel225Posted 9 months ago
Hello there 👋 @ShuhratovSuhrob.
Good job on completing the challenge !
Your project looks really good!
I have a suggestion about your code that might interest you.
There is an very useful browser extension called Perfect Pixel that allow you compare with the design image and thus see the exact dimensions. I recommend it to you.
Consider adding a min-height of 100vh to the body element so as to centralize your project.
body { min-height: 100vh; align-items: center; display: flex; justify-content: center; }
I hope this suggestion is useful for future projects.
Other than that, great job!
Happy coding.
1@ShuhratovSuhrobPosted 9 months agoHello @Ezekiel225
Wow, I have looked into Perfect Pixel browser extension, and found it much useful. I have been using Perticide for Chrome extention up until now, and I believe both extensions could really be helpful.
About using min-height of 100vh, Thank you for pointing it out. I am still in the proccess of learning, so I have missed some points.
Thank you for taking the time to help out to me!
Happy coding.
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