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

Corner Text Corner Text * { margin: 0; padding: 0; box-sizing: border-box; position: relative; } section { width: 100%; height: 100vh; background-color: #222; overflow: hidden; } section .textBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #333; clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%); } .skew1 h2, .textBox .skew2 h2 { position: absolute; width: ..
HTML _CSS
2022. 9. 17. 00:17