반응형
https://homzzang.com/b/html-55
css
.img3 img { display: block; width: 100%; height: auto; transition: transform 0.25s ease-in-out; }
.img3 img:hover { transform: scale(1.2); }
html
<div class="img img3"><img style="-webkit-user-select: none;" loading="lazy" width="160" height="90" id="refimg1" src=" alt="loading..." onerror="this.src='../../images/rgb/not.jpg';"/></div>
https://codepen.io/sinbi/pen/qBqxOvP
반응형
'Web Dev' 카테고리의 다른 글
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.[Docker : real ! 해결방법 ] (0) | 2023.02.15 |
---|---|
React Native로 크로스 플랫폼 웹뷰앱 만들기 (0) | 2023.02.10 |
Apollo Server를 사용하여 GraphQL 서버 구현 해보자 ! (0) | 2023.02.01 |
[node.js] express route 사용 방법 ! (0) | 2022.12.28 |
[Docker] : dockerfile 작성-> image 생성 -> Container 생성 및 운영 그리고 DockerHub에 push 마무리 @@@ (0) | 2022.11.15 |
java spring gradle server error (0) | 2022.10.14 |