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