hover2 CSS ๊ฐ์ํด๋์ค (1)-2_๋ง์ฐ์ค ์ค๋ฒ ํจ๊ณผ(hover, transition) ์ถ๊ฐ! hover์ transition์ ๊ฐ์ง๊ณ ๋๋ค๊ฐ transition์ width์ height์ ์๋๋ฅผ ๋ค๋ฅด๊ฒ ์ ์ฉํ ์ ์๋ ๊ฒ์ ๋ฐ๊ฒฌํ๋ค. .parent { width: 400px; height: 200px; position: relative; } .child { position: absolute; width: 25px; height: 25px; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: blueviolet; transition: width 0.95s, height 1s; } .child:hover { width: 100%; height: 100%; background-color: rgb(216, 179, 250);.. 2022. 1. 7. CSS ๊ฐ์ํด๋์ค (1)_๋ง์ฐ์ค ์ค๋ฒ ํจ๊ณผ(hover, transition) ๋ง์ฐ์ค๊ฐ ์ฌ๋ผ๊ฐ์ ๋ ๋ณํ๋ฅผ ์ฃผ๋ ๊ฐ์ํด๋์ค์ ๋ํด์ ์์๋ณด์ hover aํ๊ทธ๋ก hover๋ฅผ ํ์ฉํด๋ณด์๋ค. ๋ค์ด๊ฐ๊ธฐ์ ์ aํ๊ทธ ๊ด๋ จ ์์๋ ๊ฒ 1. href ์์ฑ์ ๋น์๋๋ฉด jQuery๊ฐ ์๋ํ์ง ์๋๋ค. -> #none์ ๋ฃ์ด์ฃผ์! 2. body์ ์์ ์์ฑ์ ์ ์ฉ๋ฐ์ง ์๋๋ค. ์ฌ์ฉ๋ฒ ์ ํ์:hover ์์ฒ๋ผ ์ ํ์ ๋ค์ ๊ฐ์ํด๋์ค๋ฅผ ์ ์ด์ฃผ๋ฉด ๋๋๋ฐ ์ ํ์์ ๊ฐ์ํด๋์ค ์ฌ์ด์ ๋์ด์ฐ๊ธฐ๊ฐ ์์ผ๋ฉด ์๋๋ค! ์์1 ๊ณต์ง์ฌํญ Q&A ์ปค๋ฎค๋ํฐ body { background-color: #fff; color: #333; font-size: 15px; } a { color: #333; text-decoration: none; font-weight: 700; transition: 0.3s; } a:hover { .. 2022. 1. 7. ์ด์ 1 ๋ค์ ๋ฐ์ํ