File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -2248,6 +2248,32 @@ a:focus-visible {
2248
2248
height : 0% ;
2249
2249
}
2250
2250
/* Deepesh Sharma's button 1 ends*/
2251
+ /*Arvind0302 button start */
2252
+ .arvind0302-btn-1
2253
+ {
2254
+ position : relative;
2255
+ text-align : center;
2256
+ width : 200px ;
2257
+ padding : 20px ;
2258
+ font-size : 15px ;
2259
+ color : black;
2260
+ font-family : poppins;
2261
+ font-weight : 400 ;
2262
+ border : 5px solid # 15f4ee ;
2263
+ text-transform : uppercase;
2264
+ letter-spacing : 15px ;
2265
+ cursor : pointer;
2266
+ border-radius : 100px ;
2267
+ transition : 1.5s ;
2268
+ }
2269
+ .arvind0302-btn-1 : hover
2270
+ {
2271
+ box-shadow : 0 5px 50px 0 # 15f4ee inset, 0 5px 50px 0 # 15f4ee,
2272
+ 0 5px 50px 0 # 15f4ee inset, 0 5px 50px 0 # 15f4ee ;
2273
+ text-shadow : 0 0 5px # 15f4ee, 0 0 5px # 15f4ee ;
2274
+ color : black;
2275
+ }
2276
+ /*Arvind0302 button end */
2251
2277
2252
2278
2253
2279
/* radzhiv's btn start*/
Original file line number Diff line number Diff line change 573
573
</ div >
574
574
</ div >
575
575
<!-- Deepesh Sharma btn end-->
576
+ <!-- Arvind0302 button start -->
577
+ < div class ="button-container ">
578
+ < button class ="arvind0302-btn-1 "> < span > Hover Me</ span > </ button >
579
+ < div class ="createdby-section ">
580
+ Created by
581
+ < a href ="https://github.com/Arvind0302 "> Arvind0302</ a >
582
+ </ div >
583
+ </ div >
584
+ <!-- Arvind0302 button end -->
576
585
577
586
<!-- radzhiv's btn start -->
578
587
< div class ="button-container ">
You can’t perform that action at this time.
0 commit comments