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

This is Typing effect .wrapper { height: 100vh; display: grid; place-items: center; } .typing-demo { width: 21ch; animation: typing 2s steps(22), blink .5s step-end infinite alternate; white-space: nowrap; overflow: hidden; border-right: 3px solid; font-family: monospace; font-size: 2em; } @keyframes typing { from { width: 0; } } @keyframes blink { 50% { border-color: transparent; } }
HTML _CSS
2022. 11. 6. 00:41