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