Properties Set |
Property: |
Korean Name |
Form Value Example |
Font 글꼴
|
font-family: |
글꼴종류 |
font-family: family-name | generic-family || , ,"", |
font-style: |
글꼴체 |
font-style: normal | italic | oblique |
font-variant: |
글꼴변형 |
font-variant: normal | small-cap |
font-weight: |
글꼴굵기 |
font-weight: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 |
font-size: |
글꼴크기 |
font-size: xx-small | x-small | small | medium | large | x-large | xx- large || larger | smaller || length |
font: |
글꼴 |
font : font-style font-variant font-weight font-size line-height font-family |
Color and Background 색상과 배경 |
color: |
색상 |
color: #000000 | black |
background-color: |
배경색 |
background-color: #000000 | black |
background-image: |
배경그림 |
background-image: url(image.gif) |
background-repeat: |
배경그림 반복 |
background-repeat: repeat|repeat-x|repeat-y|no-repeat |
background-attachment: |
배경의 성격 |
background-attachment: scroll | fixed |
background-position: |
배경그림 위치 |
background-position: length || top left || top|center|bottom|left|center|right |
background: |
배경 |
background: background-color background-image background-repeat background-attachment background-position |
Text 문장 |
word-spacing: |
낱말간격 |
word-spacing: normal | length |
letter-spacing: |
문자간격 |
letter-spacing: normal | length |
text-decoration: |
장식 |
text-decoration: none | underline | overline | line-through | blink |
vertical-align: |
수직정렬 |
vertical-align: baseline | sub | super | top | text-top | middle | bottom | text-bottom | percentage |
text-transform: |
문자변환 |
text-transform: none | capitalize | uppercase | lowercase |
text-align: |
수평정렬 |
text-align: left | right | center | justify |
text-indent: |
들여쓰기 |
text-indent: length |
line-height: |
줄간격 |
line-height: normal | length |
Box 바깥여백 |
margin-top: |
margin-right: |
margin-bottom: |
margin-left: |
margin: |
바깥여백 |
DIV { margin: top right bottom left } |
Box 안여백 |
padding-top: |
padding-right: |
padding-bottom: |
padding-left: |
padding: |
안여백 |
DIV { margin: top right bottom left } |
Box 테두리선 |
border-top-width: |
border-right-width: |
border-bottom-width: |
border-left-width: |
border-width: |
선굵기 |
border-width: thin | medium | thick | length || top rigth bottom left |
border-color: |
선색상 |
border-color: color || top rigth bottom left |
border-style: |
선형태 |
border-style: none|dotted|dashed|solid|double|groove|ridge|inset|outset || top rigth bottom left |
border-top: |
border-right: |
border-bottom: |
border-left: |
border: |
테두리선 |
border: border-widht border-style color |
Box 크기 |
width: |
너비 |
width: length | percentage | auto |
height: |
높이 |
height: length | percentage | auto |
Box 배치 |
float: |
어울림 |
float: left | right | none |
clear: |
배척함 |
clear: none | left | right | both |
Classification Properties 문단형식 |
display: |
표시 |
display: block | inline | list-item | none |
white-space: |
공백 |
white-space: normal | pre | nowrap |
list-style-type: |
list-style-type: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none |
list-style-image: |
list-style-image: url(image.gif) | none |
list-style-position: |
list-style-position: inside | outside |
list-style: |
목록 |
list-style: list-style-type list-style-position || url(image) |