Edit line thickness of CSS 'underline' attribute

前端 未结 11 649
日久生厌
日久生厌 2020-12-02 07:35

Since you can underline any text in CSS like so:

h4 {
    text-decoration: underline;
}

How can you also then edit the \'line\' that is drawn

11条回答
  •  不思量自难忘°
    2020-12-02 08:15

    Very easy ... outside "span" element with small font and underline, and inside "font" element with bigger font size.

    
     
       Text with big font size and thin underline
     
    

提交回复
热议问题