Use of “text-decoration-color” is not working

前端 未结 4 2118
清歌不尽
清歌不尽 2021-01-02 15:47

I want to color the text decoration. I got a tutorial from w3schools

And tried this

text-decoration: underline;
text-decoration-color: #ffffdffffd;
         


        
4条回答
  •  遥遥无期
    2021-01-02 16:29

    Following method to add under the line in your string.

    1) You can use text-decoration to add underline in the bottom of the string like below.Please add your CSS try to this way.

    Following demos are fine for working me.

    
    
    hello world
    

    2) If try to file in the first step so, you can try to second way to set the border in bottom of the string

    
    
    hello world
    

提交回复
热议问题