Absolute1 CSS ํฌ์ง์ (1)_๋ถ๋ชจ์์ ์์์์ position ์์ฑ : static, fixed, relative, absolute ๊ทธ ์ค์์ ์ด๋ฒ์ ๋ค๋ฃฐ ๋ด์ฉ์ ์๋์ ๋๊ฐ์ง์ด๋ค. relative -> ๋ถ๋ชจ์์์! absolute -> ์์์์์! ์์ .parent { background-color: blueviolet; width: 600px; height: 400px; position: relative; } .child { background-color: rgb(140, 132, 190); width: 200px; height: 100px; position: absolute; } position์์ฑ์ ๋ถ๋ชจ์์์ relative, ์์์์์ absolute๋ก ์ง์ ํด์ฃผ์๋ค. ์ด๋ ๊ฒ๋ง ํด๋์ผ๋ฉด ์๋ฌด ๋ณํ๊ฐ ์๋ค. ์ขํ๋ฅผ ์ง์ ํด์ฃผ์ด์ผ ํ๋ค! ์ขํ๊ฐ์.. 2022. 1. 5. ์ด์ 1 ๋ค์ ๋ฐ์ํ