CSS🔧/css

텍스트 밑줄효과

hyojinny 2023. 11. 3. 21:52

 

 

        text-decoration: underline; // 밑줄
        text-underline-offset: 4px; // 밑줄위치
        text-decoration-thickness: 1px; //밑줄굵기

 

 

일반 텍스트에 밑줄주기