반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ADsP
- 반복문
- forEach
- 가로스크롤
- Hover
- swiperjs
- 애니메이션
- html
- 이벤트리스너
- getBoundingClientRect
- insertAdjacentHTML
- For
- localstorage
- addEventListener
- Sticky
- classList
- pointermove
- input
- JavaScript
- swiper
- mousemove
- scrollevent
- scrollY
- css
- NodeList
- Animation
- scroll
- React
- 스크롤
- SQLD
Archives
- Today
- Total
목록mix-blend-mode (1)
ZeroToHunnit Coding

위와 같이 배경에 따라 글자의 색이 자동적으로 변하는 신기한 CSS 코드 'mix-blend-mode'가 있다. HTML 안녕하세요~ CSS .section{ width: 100vw; height: 100vh; position: relative; } .up{ width: 100%; height: 50%; background-color: black; } .down{ width: 100%; height: 50%; background-color: white; } .letter{ font-size: 80px; text-align: center; mix-blend-mode:difference; color: white; rotate: 90deg; position: absolute; top: 50%; left: 50..
HTML,CSS
2024. 1. 7. 15:25