Posts /

CSS: text-decoration

Twitter Facebook Google+
24 Jul 2018

CSS : text-decoration

div{
  text-decoration:[overline|lihe-through|underline|underline overline] [style] [color];
  }

텍스트 정렬 속성

이 ‘text-decoration’속성은 텍스트에 추가 된 장식을 지정 할 수 있습니다. 또 ‘text-color’,’text-line’,’text-style’ 에 대한 속기 속성입니다.

속성값


Twitter Facebook Google+