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

*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; background: rgb(238, 238, 238); } a#instagram { top: 0; left: 0; right: 0; bottom: 0; margin: auto; position: absolute; display: block; width: 144px; height: 144px; outline: none; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: ..

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..