250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 백엔드
- SWIFT
- 풀스택
- image
- 비전공자
- iPhone
- CSS
- ipad
- jQuery
- 비전공 개발자
- 자바스크립트
- 개발자
- keyframes
- IOS
- effect
- button
- javascript
- iOS 개발자
- Animation
- 프론트엔드
- react
- HTML
- xcode
- front-end
- 애니메이션
- hover
- html5
- MAC
- css3
- php
Archives
- Today
- Total
목록Shopping (1)
비전공자 개발일기

* { padding: 0; margin: 0; box-sizing: border-box; } .image-container { width: 30%; margin: 5% 0 0 5%; } img { max-width: 100%; } #overlay { display: none; background: url("https://i.postimg.cc/Y0hq1pvS/shoe-img.jpg"); position: absolute; width: 25%; height: 35%; margin-top: -30%; margin-left: 50%; border: 2px solid #555; z-index: 1000; background-repeat: no-repeat; } #mouse-overlay { cursor: zo..
Javascript
2022. 12. 28. 00:27