开发者

Formatting h2 with css

开发者 https://www.devze.com 2023-01-24 11:50 出处:网络
I would like 开发者_开发知识库to insert a little extra space before each <h2> tag I use. Is there a way to accomplish this with CSS?h2 { margin-top: 5px ) //replace 5 with whatever you want

I would like 开发者_开发知识库to insert a little extra space before each <h2> tag I use. Is there a way to accomplish this with CSS?


h2 { margin-top: 5px ) //replace 5 with whatever you want


Padding works too:

h2 { padding-top: 5px; }
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号