animation3 HTML & CSS ํ์ฉ ํ๋ก์ ํธ_ ์นด๋์ ํ & ๋์คํ์ฑ ์ฝ๋ .container{ width: 500px; height: 500px; border: 1px solid #000; position: relative; } .box{ width: 100px; height: 130px; border: 1px solid #000; border-radius: 5px; position: absolute; top: 35%; left: 40%; } .btn{ width: 50px; height: 50px; border: 1px solid #000; } .box1{ background: crimson; z-index: 1; } .box2{ background: darkorange; z-index: 0; } .box3{ background:gold; z-index: 0; } .b.. 2022. 1. 28. HTML & CSS ํ์ฉ ํ๋ก์ ํธ_ ๊ณ ์์ด ๋์ค ์ ๋๋ฉ์ด์ ๋ง๋ค๊ธฐ ์ฝ๋ *,*::after,*::after{ box-sizing: border-box; } .container { width: 200px; height: 150px; border: 2px solid #000; animation: background 2s linear 0s infinite normal ; position: relative; } .ground { width: 196px; height: 45px; bottom: 0px; position: absolute; background: rgba(37, 37, 37, 0.884); } .wall { width: 190px; height: 130px; left: 5px; background-size: contain; background-repeat: no-r.. 2022. 1. 16. HTML & CSS ํ์ฉ ํ๋ก์ ํธ_ ๋ฒํผ ์กฐ์ ๊ฒ์ ๋ง๋ค๊ธฐ ์ง๊ธ๊น์ง ๋ฐฐ์ด ๋ด์ฉ๋ง์ ํ์ฉํ์ฌ ๋ฒํผ ์กฐ์์ ํ ์ ์๋ ๊ฐ๋จํ ๊ฒ์์ ๋ง๋ค์๋ค! ์ฝ๋ github(https://github.com/Bluishhot-Star/WEB/tree/master/HTML%26CSS/Btn_game) KASSID GAME VICTORY! *, *::after, *::before { box-sizing: border-box; } .title { width: 325px; text-align: center; font-weight: bold; font-size: 25px; } .game { width: 325px; height: 380px; padding: 10px; position: relative; border: 2px solid #000; background-color: gray.. 2022. 1. 14. ์ด์ 1 ๋ค์