Design comparison
Solution retrospective
Kindly review... Feedbacks are very welcome!
Community feedback
- @daniloparrajrPosted almost 3 years ago
Hi @Minard-NG, you might want to consider always including a CSS reset in your stylesheet. This will keep your styles consistent on all browsers. You don't have to worry about the user agent styles that browsers add to the page.
0@Minard-NGPosted almost 3 years agoHello @daniloparrajr, thanks for pointing that out. I did do some menial CSS resets. It'd be helpful if you share a link to a standardized CSS reset you feel is helpful. Also could you kindly share the browser you noticed some inconsistency in...
Thanks a lot for the review!
0@daniloparrajrPosted almost 3 years ago@Minard-NG you can try normalize.css(https://necolas.github.io/normalize.css/) or reset.css (https://meyerweb.com/eric/tools/css/reset/)
Checking the project in chrome you'll notice that the select tips boxes 5%, 10%, 15%, and so on don't have the right font family. This is because the browser style has a conflicting CSS rule to it.
Marked as helpful1@Minard-NGPosted almost 3 years agoThanks a lot @daniloparrajr, for pointing that out. Would update the solution soon.
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