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
- image
- react
- ipad
- button
- 비전공자
- CSS
- MAC
- IOS
- javascript
- 자바스크립트
- 비전공 개발자
- Animation
- jQuery
- 개발자
- xcode
- keyframes
- iPhone
- 애니메이션
- iOS 개발자
- effect
- HTML
- html5
- hover
- SWIFT
- 백엔드
- css3
- php
- 풀스택
- front-end
- 프론트엔드
Archives
- Today
- Total
목록Whatsapp (1)
비전공자 개발일기

body{ margin: 0; padding: 0; background: lightblue; } div{ width: 70px; height: 70px; border-radius: 35px; background: #3AC371; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } .white{ width: 80px; height: 80px; border-radius: 40px; background-color: #fff; box-shadow: 2px 2px 3px 2px rgba(0,0,0,.3); } .white::before{ content: ""; top: 65px; left: -15px; border-width: 2..
HTML _CSS
2022. 7. 29. 00:13