Home
001 - Basic
002 - Variables
003 - Layer
🔥 004 - Nested Rules
010 - Grid
011 - Grid Complex
012 - Grid Contents
013 - Grid Logos
014 - Grid Spanning
020 - Container
021 - Container Style Queries
030 - Focus Visible
031 - Focus Within
040 - Color Scheme
🔥 041 - Color Light-Dark
042 - Color Mix
043 - Color Mix Mixer
044 - Color Mix Palette
🔥 045 - Relative Color
🔥 046 - Relative Color Palette
050 - Mask Image
051 - Background Clip Text
060 - Accent Color
070 - Has
🔥 071 - Starting Style
🔥 072 - Transition Behavior
090 - Text Wrap
🔥 100 - Popover
🔥 110 - scroll-driven animations
999 - Playground
Loading ...
CSS
.bigtext { font-size: 22vw; line-height: .9; font-weight: bold; text-align: center; letter-spacing: -1vw; color: #ff8700; padding: 2rem; } .bigtext { background: #ff8700; background-clip: text; color: transparent; } /* .bigtext { background-image: linear-gradient( 45deg, #ff8700, #03f4e8 ); } */ /* .bigtext { background-image: url('/assets/images/decoration/big-city-rainbow.jpeg'); } */ .bigtext { background-image: linear-gradient( 45deg, color-mix(in srgb, #ff8700, transparent), color-mix(in srgb, #03f4e8, transparent) ), url('/assets/images/decoration/big-city-rainbow.jpeg'); } .bigtext { background-size: 150%; animation: swizzle 30s ease-in-out infinite; } @keyframes swizzle { 0% { background-position: 25% 50%; } 50% { background-position: 75% 50%; } 100% { background-position: 25% 50%; } }
HTML
<div class="bigtext" contenteditable="true"> TYPO3 ROCKS </div>
-a
+A
Off
1/2
1/1
2/1
Zoom
Document
Container