글자스타일
font-family: 돋움, 굴림, 궁서 – 두 개 이상 글꼴은 쉼표로 연결
font-size: px / % / pt
font-style: nomal / oblique / italic
color: 색상값
font-weight: normal / bold / bolder / lighter / 100~900
letter-spacing: % / px / pt /em
line-height: % / px / pt /em
text-align: left / center / right / justify
text-decoration: underline / overline / line-through
text-indent: % / px / pt /em
vertical-align: top / middle / bottom
선언
@font-face {
font-family: 'kopubdotumlight';
src: url(../Fonts/KoPubDotumLight.ttf);
}
배경
background-color: 색상값
background-image: url(경로)
background-repeat: repeat / repeat-x / repeat-y / no-repeat
테두리
border-style: none / dotted / dashed / solid / double
border-top-style / border-bottom-style / border-left-style / border-right-style
border-color: 색상값
border-width: % / px / pt /em
border : solid 1px #ffcc00
여백
margin-top: % / px / pt /em
margin-bottom: % / px / pt /em
margin-left
margin-right
padding: 10 10 10 10
float: left / right
clear: left / right /both