What styles should I override/reset in mobile web? Is there any patterns similar to desktop web, when you set margin: 0; padding: 0; to any element from very beginning? Are there any consequences if I reset too many styles/elements?
What styles should I override/reset in mobile web? Is there any patterns similar to
Share
If you really want a reset: Carrer blog has one: (github)
Must read SO post on the matter.
From Harpo:
If you’re into Boilerplate: there is a for mobile option.
You may want to add some of its features to your own even if you don’t use boilerplate.