-
color
color: #AABBCC;
color: rgb(0, 100, 200);
color: rgba(0, 100, 200, 0.5);text-align
text-align: right;
line-height
line-height: 2.0;
text-decoration
text-decoration: underline;
text-shadow
text-shadow: <가로거리> <세로거리> <번짐정도> <색상>
text-shadow: 1px 2px black;
text-shadow: 1px 2px 3px #aabbccletter-spacing
글자와 글자 사이의 간격.
letter-spacing
word-sapcing
단어와 단어 사이의 간격.
word-sapcing
'Html Css JavaScript' 카테고리의 다른 글
Javascript String 함수 (0) 2022.11.22 Javascript input text 값 얻기 (0) 2022.11.22 변수 선언 var let const (0) 2022.11.22 Css GridTemplate 'auto-fit' 'auto-fit' (0) 2022.11.22 Css 글꼴(font, 폰트) 관련 스타일 (0) 2022.11.21 Css 적용 방식 - inline, 내부, 외부 (0) 2022.11.21 단위 값 px, em, rem (0) 2022.11.21 Node.cloneNode() (0) 2022.11.21