File tree Expand file tree Collapse file tree 2 files changed +56
-1
lines changed Expand file tree Collapse file tree 2 files changed +56
-1
lines changed Original file line number Diff line number Diff line change @@ -2435,6 +2435,50 @@ a:focus-visible {
2435
2435
2436
2436
/* Gaurav Sharma's button 1 end*/
2437
2437
2438
+
2439
+ /* getRicha-btn-1 start */
2440
+
2441
+ .getRicha-btn-1 {
2442
+ background-color : # 47cf73 ;
2443
+ padding : 7px ;
2444
+ width : 100px ;
2445
+ cursor : pointer;
2446
+ }
2447
+
2448
+ .getRicha-btn-1 : hover {
2449
+ animation : getRicha-btn-1-wiggle 2s infinite;
2450
+ }
2451
+
2452
+ @keyframes getRicha-btn-1-wiggle {
2453
+ 5% ,
2454
+ 50% {
2455
+ transform : scale (1 );
2456
+ }
2457
+ 10% {
2458
+ transform : scale (1 );
2459
+ }
2460
+ 15% {
2461
+ transform : scale (1 );
2462
+ }
2463
+ 20% {
2464
+ transform : scale (1 ) rotate (-5deg );
2465
+ }
2466
+ 25% {
2467
+ transform : scale (1 ) rotate (5deg );
2468
+ }
2469
+ 30% {
2470
+ transform : scale (1 ) rotate (-3deg );
2471
+ }
2472
+ 35% {
2473
+ transform : scale (1 ) rotate (2deg );
2474
+ }
2475
+ 40% {
2476
+ transform : scale (1 ) rotate (0 );
2477
+ }
2478
+ }
2479
+
2480
+ /* getRicha-btn-1 end */
2481
+
2438
2482
.arnav-btn-1 {
2439
2483
opacity : 1 ;
2440
2484
outline : 0 ;
@@ -2484,4 +2528,3 @@ a:focus-visible {
2484
2528
content : attr (data-front);
2485
2529
transform : translateY (0 ) rotateX (0 );
2486
2530
}
2487
-
Original file line number Diff line number Diff line change 632
632
<!-- Gaurav Sharma's btn end-->
633
633
634
634
635
+ <!-- getRicha-btn-1 start -->
636
+ < div class ="button-container ">
637
+ < button class ="getRicha-btn-1 "> Hover Me</ button >
638
+ < div class ="createdby-section ">
639
+ Created by
640
+ < a href ="https://github.com/getRicha "> getRicha</ a >
641
+ </ div >
642
+ </ div >
643
+ <!-- getRicha-btn-1 end -->
644
+
645
+
635
646
<!--0b51d14n217's btn-->
636
647
< div class ="button-container ">
637
648
< a class ="arnav-btn-1 " data-back ="Hover Me " data-front ="Hover Me "> </ a >
642
653
</ div >
643
654
<!--0b51d14n217's btn-->
644
655
656
+
645
657
</ div >
646
658
647
659
</ main >
You can’t perform that action at this time.
0 commit comments