CSS Reset, default styles for common elements

后端 未结 11 2551
情歌与酒
情歌与酒 2020-12-04 17:44

After applying a CSS reset, I want to get back to \'normal\' behavior for html elements like: p, h1..h6, strong, ul and li.

Now when I say normal I mean e.g. the p e

11条回答
  •  醉梦人生
    2020-12-04 18:01

    I'm personally a big fan of BlueprintCSS. It resets styles across browsers and provides some really convenient defaults (that are what you want 90% of the time). It also provides a layout grid, but you don't have to use that if you don't need it.

提交回复
热议问题