https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default이미지가 포함된 3D 큐브상자 CSS 애니메이션 <!DOCTYPE html> <html lang="en"> <!-- divinectorweb.com --> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Responsive Image Gallery</title> <link rel="stylesheet" href="style.css"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #ecf4fb; } .wrapper { width: 80%; margin: 50px auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-gap: 30px; } .wrapper img { width: 100%; cursor: pointer; transition: 1s ease; } .wrapper img:hover { transform: scale(0.9); } </style> </head> <body> <div class="wrapper"> <img src="img/1.jpg" /> <img src="img/2.jpg" /> <img src="img/3.jpg" /> <img src="img/4.jpg" /> <img src="img/5.jpg" /> <img src="img/6.jpg" /> <img src="img/7.jpg" /> <img src="img/8.jpg" /> </div> </body> </html> 홈피주소 https://www.pinterest.co.kr/news_hub/5337219939900112059/?utm_campaign=HOMEFEED_NEW_PINS&utm_medium=2902&utm_source=67&e_t=TZgN3MHii%3A147&tracking_id=4036a5e8291b4023b1be4defe719626b&scoring_id=4036a5e8291b4023b1be4defe719626b&snapshot_id=71b4f0e9dd4143a7a56e05c3f03a2499https://www.divinectorweb.com/ 이미지가 포함된 3D 큐브 상자 CSS 애니메이션 귀하의 웹사이트를 더 https://www.divinectorweb.com/
첫댓글 https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default
첫댓글 https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default