๐ CSS์์ position์ด๋?
์์์ ์์น๋ฅผ ๋ฐฐ์นํ๋ CSS ์์ฑ์ด๋ค.
position: static; default
position: relative; : ๋ถ๋ชจ์ ์ ์ธ => ๊ธฐ์ค
position: absolute; : ์์์ ์ ์ธ => relative๋ฅผ ๊ธฐ์ค์ผ๋ก position(top, left)
position: fixed; : ์์น ๊ณ ์
โช overflow-y : ๋ถ๋ชจ๋ฅผ ๋์ด๊ฐ ์์ ๊ณต๊ฐ ์ฒ๋ฆฌ
· hidden
· scroll
โช ์ฐ์ ์์ (์ซ์ ํด์๋ก ์ฐ์ ์์ ๋์์ง) default : ๋จผ์ ์ง ๊ฑฐ < ๋์ค์ ์ง ๊ฑฐ
z-index: ์ซ์;
๐ก ๊ฐ์ด ๋ณด๋ฉด ์ข์ Post
[CSS] ์์ด๋ณด๋ฅผ ์ํ font / background / border ์์ฑ ์ด์ ๋ฆฌ
css์์ ์์ฑ์ '์๊ณ ๋ฐฉํฅ'์ผ๋ก ์ ์ฉ 4๊ฐ์ผ ๋ : top right bottom left 2๊ฐ์ผ ๋ : x์ถ(top, bottom) y์ถ(left, right) 1๊ฐ์ผ ๋ : all ๐ Font color : ํ ์คํธ ์์ font-size : ํ ์คํธ ์ฌ์ด์ฆ default : 16px..
devjindev.tistory.com
'โ๏ธ > CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] link (hover, active, visited, link) (0) | 2020.12.12 |
---|---|
[CSS] display (inline, inline-block, block) / ์ฐจ์ด์ (0) | 2020.12.12 |
[CSS] float / ํด์ ํ๋ ๋ฐฉ๋ฒ (0) | 2020.12.12 |
[CSS] margin, padding / ์ฐจ์ด์ (0) | 2020.12.12 |
[CSS] font / background / border ์์ฑ ์ ๋ฆฌ (0) | 2020.12.12 |