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