File tree 2 files changed +56
-2
lines changed
2 files changed +56
-2
lines changed Original file line number Diff line number Diff line change @@ -2179,6 +2179,7 @@ a:focus-visible {
2179
2179
2180
2180
/* Jasimrazi-btn-1 ends here */
2181
2181
2182
+
2182
2183
/* cypher's btn-3 start */
2183
2184
2184
2185
.cypher-btn-3 {
@@ -2205,4 +2206,46 @@ a:focus-visible {
2205
2206
2206
2207
2207
2208
2208
- /* cypher's btn-3 end*/
2209
+ /* cypher's btn-3 end*/
2210
+
2211
+ /* Deepesh Sharma's button 1 starts*/
2212
+ .deepeshsharmaofficial-button-1 {
2213
+ border : 1px solid # 3498db ;
2214
+ background : none;
2215
+ padding : 10px 40px ;
2216
+ font-size : 20px ;
2217
+ font-family : "montserrat" ;
2218
+ font-weight : bold;
2219
+ cursor : pointer;
2220
+ margin : 10px ;
2221
+ transition : 0.8s ease-out;
2222
+ position : relative;
2223
+ overflow : hidden;
2224
+ color : # fff ;
2225
+ z-index : 1 ;
2226
+ }
2227
+
2228
+ .deepeshsharmaofficial-button-1 : hover {
2229
+ color : # 3498db ;
2230
+ font-weight : bold;
2231
+ }
2232
+
2233
+ .deepeshsharmaofficial-button-1 ::before {
2234
+ content : "" ;
2235
+ position : absolute;
2236
+ left : 0 ;
2237
+ width : 100% ;
2238
+ height : 0% ;
2239
+ background : # 2498db ;
2240
+ z-index : -1 ;
2241
+ transition : 0.8s ;
2242
+ top : 0 ;
2243
+ border-radius : 0 0 50% 50% ;
2244
+ height : 180% ;
2245
+ }
2246
+
2247
+ .deepeshsharmaofficial-button-1 : hover ::before {
2248
+ height : 0% ;
2249
+ }
2250
+ /* Deepesh Sharma's button 1 ends*/
2251
+
Original file line number Diff line number Diff line change 553
553
</ div >
554
554
<!--Jasim Razi btn end-->
555
555
556
-
556
+
557
557
<!-- cypher's btn-3 start -->
558
558
< div class ="button-container ">
559
559
< button class ="cypher-btn-3 "> Hover me</ button >
564
564
</ div >
565
565
<!-- cyphers btn-3 end -->
566
566
567
+
568
+ <!-- Deepesh Sharma btn start-->
569
+ < div class ="button-container ">
570
+ < button class ="deepeshsharmaofficial-button-1 "> < span > Hover Me </ span > </ button >
571
+ < div class ="createdby-section ">
572
+ Created by
573
+ < a href ="https://github.com/deepeshsharmaofficial "> Deepesh Sharma </ a >
574
+ </ div >
575
+ </ div >
576
+ <!-- Deepesh Sharma btn end-->
577
+
567
578
</ div >
568
579
569
580
</ main >
You can’t perform that action at this time.
0 commit comments