css positioning์๋ static, relative, absolute, fixed๊ฐ ์๋ค.
๋ค์ ๋งํฌ๊ฐ ์ดํด์ ๋์์ ์ค ์ ์๋ค
appbrewery.github.io/css-positioning/
style="position = positioning;"์ผ๋ก ์ ์ฉ
1. Static
html ๊ธฐ๋ณธ๊ฐ
์ด์ ์์์ ์๋๋ก ๋ฐฐ์น๋จ
2. Relative
๊ธฐ๋ณธ ์์น๋ฅผ ๊ธฐ์ค์ผ๋ก ๋ฐฐ์น
3. Absolute
๋ถ๋ชจ ํ๊ทธ๋ฅผ ๊ธฐ์ค์ผ๋ก relative ๋ฐฐ์น
๋ถ๋ชจ ํ๊ทธ๊ฐ ์กด์ฌํ์ง ์์ ์ ํ๋ฉด ์ข์ธก์๋จ์ ๋ฐฐ์น
z-index๋ฅผ ์ต ์๋จ์ผ๋ก ๋ณด์ด๊ธฐ ๋๋ฌธ์, z index๋ฅผ -๋ก ๋ฐ๊พธ์ด์ผ ํ ์ ์์
4. Fixed
๋ธ๋ผ์ฐ์ ์ฐฝ ์ข์ธก์๋จ์ ๊ธฐ์ค์ผ๋ก relative ๋ฐฐ์น
๋ธ๋ผ์ฐ์ ๋ฅผ ์ํ๋ก ์์ง์ฌ๋ ํญ์ ๊ฐ์ ์์น์ ์กด์ฌ
๋ค์ ๋งํฌ๊ฐ ์ดํด์ ๋์์ ์ค ์ ์๋ค
'html.css' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[html/css] css selectors(์ ํ์) (0) | 2023.09.25 |
---|---|
[html/css] css cascading ์์ (0) | 2023.09.25 |