Web/css

[css] style 태그 속성 정리

maribel 2019. 6. 18. 17:52

[ 폰트 관련 속성 ]

속성 설명
font-family 글씨체
font-size 글자 크기
font-style 글자 모양(normal, italic, oblique)
font-weight 글자 굵기
color 글자 색
background 배경 색

 

[ 여백, 테두리 관련 속성]

속성 설명
margin 바깥 여백
padding 안쪽 여백
border-style 테두리 종류(dotted, solid, double)
border-width 테두리 크기(thin, medium, thick)
border-color 테두리 색

 

[ 기타 속성 ]

속성 설명
text-decoration 글꼴 장식(underline, overline, line through)
text-indent 들여쓰기(px)
text-align 수평정렬(left, center, right)
vertical-align 수직정렬(top, middle, bottom)
list-style 리스트의 마커 종류(none, disc, circle, square)
display 화면에 보여주는 속성(block, inline)