text-decoration

BackEnd_Ash.log·2020년 6월 14일
0

html-css

목록 보기
5/14

https://aboooks.tistory.com/177

none

기본값이 밑줄이 없는 보통글자

underline

글자 아래에 밑줄

.test {
  text-decoration : underline;
}

overline

글자 위에 줄이 그어짐

.test {
  text-decoration: none;
}

line-through

.test {
  text-decoration : line-through;
}

글자 중간에 줄이 그어짐

profile
꾸준함이란 ... ?

0개의 댓글