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

*{ margin:0; padding:0; -webkit-box-sizing:border-box; box-sizing:border-box; } body{ background:#311b92; position:relative; } .share{ display:block; width:60px; height:60px; background:#ff9100; position:absolute; top:300px; left:50%; z-index:999; text-align:center; overflow:hidden; line-height:65px; font-size:1.5em; color:#fff; -moz-box-shadow: 0px 3px 9px rgba(0,0,0,.5); -webkit-box-shadow: 0p..

Home Blogs Coding Skills Extras Contact * { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; overflow: hidden; background-color: #DCD9CD; } ul li { list-style: none; text-align: center; } ul li a { color: #333; text-decoration: none; font-size: 3em; font-weight: 700; padding: 5px 20px; disp..

* { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #2F363E; } .menu { width: 280px; height: 280px; display: flex; justify-content: center; align-items: center; } .menu li { position: absolute; left: 0; list-style: none; transition: .5s; transition-delay: calc(.1s * var(-..

Home About Services Team Contact * { margin: 0; padding: 0; box-sizing: border-box; } section { position: relative; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #222; overflow: hidden; } section ul { position: relative; display: flex; flex-direction: column; } section ul li { list-style: none; } section ul li a { position: relative; d..