반응형
1. CSS 넣는 방법

2. CSS 적용하는 방법
CSS( Cascading Style Sheet)
cascading은 순서대로 적용시킨다는 의미
셀렉트 -> 스타일 -> 끝에 콜론(;)


스타일 종류
text-decoreation
font-weight
font-style
text-align
.... so on


3. BOX
기본적인 박스 단위 div

박스 종류 2가지
inline (in the same line)
ex) span, a, img
block
ex) p, div, header 등

반응형
'Frontend > HTML, CSS, DOM, jQuery' 카테고리의 다른 글
| CSS) position-fixed, relative, absolute (0) | 2020.10.26 |
|---|---|
| CSS) block 과 inline, box 특징(margin, border, padding) (0) | 2020.10.25 |
| HTML) sup tag, audio tag, input tag, label tag (0) | 2020.10.22 |
| HTML) html 선언, meta tag, radio tag (0) | 2020.10.22 |
| HTML) h tag, list tag, a tag(링크), img tag (0) | 2020.10.22 |