Design comparison
Solution retrospective
I did Stats Preview Component using HTML and CSS only. No frame work. You can view my site and code. May comment your knowledge to improve my frontend skill.
Community feedback
- @Bishalsnghd07Posted 8 months ago
Hi👋
I'm in a mobile now, so I can give feedback related to that:
I would recommend you to give some padding on body of your web page too look more responsive in mobile and one CSS basics error you are doing is that by giving height directly in your body, I would instead of using
height
, you should be usedmin-height
. Directly using height in body will prevent your actual height of screen. So, to improve your code quality I would recommend to make update on this. And by doing that your code quality and CSS basics will improve.Hope, this suggestion will help you!
Happy Coding ❤️
Marked as helpful1@selvaganapathy0605Posted 8 months ago@Bishalsnghd07 Thank you for feedback sir, surly I update it. And also your recommendation.
1
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