File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -2248,4 +2248,30 @@ 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
Original file line number Diff line number Diff line change 574
574
</ div >
575
575
</ div >
576
576
<!-- Deepesh Sharma btn end-->
577
+ <!-- Arvind0302 button start -->
578
+ < div class ="button-container ">
579
+ < button class ="arvind0302-btn-1 "> < span > Hover Me</ span > </ button >
580
+ < div class ="createdby-section ">
581
+ Created by
582
+ < a href ="https://github.com/Arvind0302 "> Arvind0302</ a >
583
+ </ div >
584
+ </ div >
585
+ <!-- Arvind0302 button end -->
577
586
578
587
</ div >
579
588
You can’t perform that action at this time.
0 commit comments