Responsive mobile first design using HTML& CSS
Design comparison
Solution retrospective
how can i increase the optimization? Any comment on increasing efficiency?
Community feedback
- @VCaramesPosted about 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
-
Do not use percentages for your component's container. By doing so you lost control of how it will look like in different screens. I'm using an Ultrawide and your content is warped.
-
The statistics component is a list of statistics, so it should be built using an Unordered List along with a List Items Element.
-
Your CSS Reset is extremely bare and being underutilized. To fully maximize your CSS reset, you want to add more to it.
Here are few CSS Resets that you can look at and use to create your own or just copy and paste one that is already prebuilt.
https://www.joshwcomeau.com/css/custom-css-reset/
https://meyerweb.com/eric/tools/css/reset/
http://html5doctor.com/html-5-reset-stylesheet/
If you have any questions or need further clarification, let me know.
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