프밍/CSS
DAY 4. 스타일 속성 & 속성값
태영(泰伶)
2022. 8. 25. 23:20
Attribute | Attribute Value | 어떨 때 쓰나? |
text-align | center, etc. | text 정렬 |
color | blue, etc. | 글자 색 |
background-color | #fff, etc. | 배경 색 |
font-style | italic, etc. | 글꼴 서식 |
font-weight | bold, etc. | 글꼴 서식 |
border | 1px solid #000, etc. | 테두리 굵기, 색깔 |
width | 500px, etc. | 너비 |
margin | 10px auto, etc. | 중앙 배치 |
padding | 10px, etc. | 테두리-내용 사이 여백 |
display | inline-block | 글자 부분에만 배경색이 채워지도록 지정. |
font-family | "맑은 고딕", 돋움, 굴림, etc. | 글꼴 지정 |
font-size | 10px, 10pt, etc. | 글자 크기 지정. |
계속 추가 예정.