File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 141141 /* Text Gradients */
142142 .text-gradient {
143143 background : linear-gradient (135deg , # ffffff 0% , # a1a1aa 100% );
144+ background-clip : text;
144145 -webkit-background-clip : text;
145146 -webkit-text-fill-color : transparent;
146147 }
147148
148149 .text-gradient-volt {
149150 background : linear-gradient (135deg , # D4FF00 0% , # 10B981 100% );
151+ background-clip : text;
150152 -webkit-background-clip : text;
151153 -webkit-text-fill-color : transparent;
152154 }
195197 PROTOCOL LIVE
196198 </ div >
197199
198- < h1 class ="font-display text-6xl md:text-8xl lg:text-6xl xl:text-8xl 2xl:text-9xl font-bold leading-tight tracking-tight mb-4 md:mb-8 animate-slide-up "
199- style ="animation-delay: 0.1s; max-width: 100%; word-break: break-word; ">
200+ < h1 class ="font-display text-5xl md:text-7xl lg:text-6xl xl:text-7xl 2xl:text-8xl font-bold leading-tight tracking-tight mb-4 md:mb-8 animate-slide-up "
201+ style ="animation-delay: 0.1s; max-width: 100%; ">
200202 CONQUER< br />
201203 < span class ="text-gradient-volt "> REALITY</ span >
202204 </ h1 >
You can’t perform that action at this time.
0 commit comments