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

body { background-color: black; height: 100vh; display: flex; justify-content: center; align-items: center; } .love { position: relative; width: 50px; height: 50px; } p::after { position: absolute; width: 50px; height: 50px; content: "I LOVE"; font-size: 5px; font-weight: 700; top: 10px; left: 1px; transition: all .5s ease-in-out; } .love span { position: absolute; width: 30px; height: 30px; bac..
HTML _CSS
2022. 4. 29. 00:01