Horizontal rule/line beneath each

heading in CSS

后端 未结 6 784
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-05 09:01

I am trying to place a 100% horizontal line (rule) automatically beneath every instance of an

 

header tag using CSS.

Example

6条回答
  •  耶瑟儿~
    2021-02-05 09:37

    border-bottom is what you need... and to modify the distance of the line from the text, use padding-bottom.

提交回复
热议问题