File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -2310,6 +2310,30 @@ a:focus-visible {
2310
2310
2311
2311
/*radzhiv's btn end*/
2312
2312
2313
+ /* shivanshi btn start */
2314
+ .shivanshi-s-btn-1 {
2315
+ box-sizing : border-box;
2316
+ appearance : none;
2317
+ background-color : transparent;
2318
+ cursor : pointer;
2319
+ font-size : 1rem ;
2320
+ margin : 20px ;
2321
+ padding : 1.2em 2.8em ;
2322
+ text-decoration : none;
2323
+ font-family : 'Montserrat' , sans-serif;
2324
+ font-weight : 700 ;
2325
+ border-color : # 3330E4 ;
2326
+ color : # 67f878 ;
2327
+ background-image : linear-gradient (to bottom, transparent 30% , # 248f86 90% );
2328
+ background-position : 0% 0% ;
2329
+ transition : background 15ms ease-in-out, color 150ms ease-in-out;
2330
+ }
2331
+ .shivanshi-s-btn-1 : hover {
2332
+ color : white;
2333
+ background-position : 0 800% ;
2334
+ }
2335
+ /* shivanshi btn end */
2336
+
2313
2337
2314
2338
/* avishaan24's btn start */
2315
2339
Original file line number Diff line number Diff line change 593
593
</ div >
594
594
<!-- radzhiv's btn end -->
595
595
596
+
597
+ <!-- shivanshi btn start -->
598
+ < div class ="button-container ">
599
+ < button class ="shivanshi-s-btn-1 "> Hover me</ button >
600
+ < div class ="createdby-section ">
601
+ Created by
602
+ < a href ="https://github.com/shivanshi-s "> shivanshi-s</ a >
603
+ </ div >
604
+ </ div >
605
+ <!-- shivanshi btn end -->
606
+
607
+
596
608
<!-- avishaan24-btn-1 start -->
597
609
< div class ="button-container ">
598
610
<!-- add your buttons here, eg.-->
605
617
</ div >
606
618
<!-- avishaan24-btn-1 end -->
607
619
620
+
608
621
<!-- Aditya's btn start -->
609
622
< div class ="button-container ">
610
623
< button class ="aditya-btn-1 "> Hover Me</ button >
You can’t perform that action at this time.
0 commit comments