0
4

2 に答える 2

5

簡単な方法は、スタイルを変更したくない、または保持したくないスタイルをリセットから削除することです。css をリセットしても、CSS をカスタマイズしたり削除したりできないという意味ではありません。

于 2010-02-25T16:22:56.770 に答える
2

I found CSS resets to be a pain. In the end, you basically put back the styles that were already there by default. It's much easier to just style the elements as needed.

No CSS Reset

The problem I've had with these resets is that I then find myself declaring much more than I ever needed to just to get browsers back to rendering things the way I want. As it turns out, I'm perfectly happy with how a number of elements render by default. I like lists to have bullets and strong elements to have bolded text.

于 2010-02-25T17:55:37.960 に答える