File tree 2 files changed +43
-0
lines changed
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -2179,6 +2179,35 @@ a:focus-visible {
2179
2179
2180
2180
/* Jasimrazi-btn-1 ends here */
2181
2181
2182
+
2183
+ /* cypher's btn-3 start */
2184
+
2185
+ .cypher-btn-3 {
2186
+ font-family : Helvetica;
2187
+ /* letter-spacing: 0.2em; */
2188
+ font-weight : 600 ;
2189
+ font-size : 25px ;
2190
+ text-align : center;
2191
+ color : # 202125 ;
2192
+ cursor : pointer;
2193
+ /* max-width: 480px; */
2194
+ width : 59% ;
2195
+ height : 30% ;
2196
+ outline : 3px solid;
2197
+ outline-color : rgba (71 , 126 , 232 , 0.5 );
2198
+ outline-offset : 20px ;
2199
+ transition : all 200ms cubic-bezier (0.2 , 0 , 0 , 0.8 );
2200
+ }
2201
+ .cypher-btn-3 : hover {
2202
+ color : rgba (71 , 126 , 232 , 0.7 );
2203
+ outline-color : rgba (71 , 126 , 232 , 0 );
2204
+ outline-offset : 300px ;
2205
+ }
2206
+
2207
+
2208
+
2209
+ /* cypher's btn-3 end*/
2210
+
2182
2211
/* Deepesh Sharma's button 1 starts*/
2183
2212
.deepeshsharmaofficial-button-1 {
2184
2213
border : 1px solid # 3498db ;
@@ -2219,3 +2248,4 @@ a:focus-visible {
2219
2248
height : 0% ;
2220
2249
}
2221
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
+
557
+ <!-- cypher's btn-3 start -->
558
+ < div class ="button-container ">
559
+ < button class ="cypher-btn-3 "> Hover me</ button >
560
+ < div class ="createdby-section ">
561
+ Created by
562
+ < a href ="https://github.com/cypher1002 "> cypher 1002</ a >
563
+ </ div >
564
+ </ div >
565
+ <!-- cyphers btn-3 end -->
566
+
567
+
556
568
<!-- Deepesh Sharma btn start-->
557
569
< div class ="button-container ">
558
570
< button class ="deepeshsharmaofficial-button-1 "> < span > Hover Me </ span > </ button >
562
574
</ div >
563
575
</ div >
564
576
<!-- Deepesh Sharma btn end-->
577
+
565
578
</ div >
566
579
567
580
</ main >
You can’t perform that action at this time.
0 commit comments