File tree 2 files changed +42
-3
lines changed
2 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -2249,3 +2249,32 @@ a:focus-visible {
2249
2249
}
2250
2250
/* Deepesh Sharma's button 1 ends*/
2251
2251
2252
+
2253
+ /* radzhiv's btn start*/
2254
+ .radzhiv-btn-1 {
2255
+ padding : 10px ;
2256
+ font-size : 20px ;
2257
+ font-weight : bolder;
2258
+ border-radius : 5px ;
2259
+ background-image : linear-gradient (to right, # 3494E6, # ec6ead );
2260
+ color : white;
2261
+ }
2262
+ .radzhiv-btn-1 : hover {
2263
+ text-align : center;
2264
+ color : # f35626 ;
2265
+ background-image : -webkit-linear-gradient (92deg , # f35626, # feab3a );
2266
+ -webkit-background-clip : text;
2267
+ -webkit-text-fill-color : transparent;
2268
+ animation : hue 10s infinite linear;
2269
+ }
2270
+
2271
+ @keyframes radzhiv25-button-hue {
2272
+ from {
2273
+ -webkit-filter : hue-rotate (0deg );
2274
+ }
2275
+ to {
2276
+ -webkit-filter : hue-rotate (-360deg );
2277
+ }
2278
+ }
2279
+ /*radzhiv's btn end*/
2280
+
Original file line number Diff line number Diff line change 260
260
261
261
<!-- raulwwq0 btn start -->
262
262
< div class ="button-container ">
263
- < button class ="raulwwq0-button-1-1 "> < span > Hover me</ span > </ button >
263
+ < button class ="raulwwq0-button-1 "> < span > Hover me</ span > </ button >
264
264
< div class ="createdby-section ">
265
265
Created by
266
266
< a href ="https://github.com/raulwwq0 "> raulwwq0</ a >
439
439
</ div >
440
440
<!-- cyphers 2nd button end -->
441
441
442
-
443
442
<!-- kkartik07's button start -->
444
443
< div class ="button-container ">
445
444
< button class ="kkartik07-btn-1 "> Hover me </ button >
575
574
</ div >
576
575
<!-- Deepesh Sharma btn end-->
577
576
577
+ <!-- radzhiv's btn start -->
578
+ < div class ="button-container ">
579
+ < button class ="radzhiv-btn-1 "> Hover me</ button >
580
+ < div class ="createdby-section ">
581
+ Created by
582
+ < a href ="https://github.com/radzhiv25 "> radzhiv</ a >
583
+ </ div >
584
+ </ div >
585
+ <!-- radzhiv's btn end -->
586
+
587
+
578
588
</ div >
579
589
580
590
</ main >
628
638
629
639
</ body >
630
640
631
- </ html >
641
+ </ html >
You can’t perform that action at this time.
0 commit comments