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

RGB HEX *{ padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins",sans-serif; } body{ width: 100%; background-color: #976efa; } .container{ background-color: #ffffff; width: 80vmin; min-width: 250px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 50px; position: absolute; transform: translate(-50%,-50%); top: 50%; left: 50%; padding: 50px 10px; ..
Javascript
2022. 11. 19. 11:35