-3

I want create a new MVC project, but my question is when should I use CSS reset? Do I use CSS reset every time?

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Samran Samran
  • 59
  • 1
  • 1
  • 8
  • 1
    Define "Every time" - Do you mean every time you start a new project? Or on every stylesheet you write within a project? If you are authoring multiple style sheets then add the reset to the top of your global css file, or, if you are not having a global file, then link to the reset first at the top of your – Simon Mason Feb 26 '15 at 16:31

1 Answers1

2

You should use CSS reset everytime. I prefer normalize.css.

DNReNTi
  • 521
  • 4
  • 18