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
- 백엔드
- jQuery
- css3
- keyframes
- hover
- CSS
- 개발자
- javascript
- 애니메이션
- 풀스택
- 프론트엔드
- php
- front-end
- html5
- button
- react
- Animation
- 비전공 개발자
- MAC
- iPhone
- 비전공자
- ipad
- xcode
- iOS 개발자
- image
- effect
- IOS
- HTML
- 자바스크립트
- SWIFT
Archives
- Today
- Total
목록Eye (1)
비전공자 개발일기
body { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #dab785; } .container { position: relative; cursor: pointer; } .iris { position: absolute; width: 70px; height: 70px; border: 5px solid #333; background-color: #0077b6; border-radius:50%; left:40px; top:30px; } .iris:before { content:""; position: absolute; background-color: #333; border-radius:5..
HTML _CSS
2022. 10. 12. 00:53