File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -2179,3 +2179,30 @@ a:focus-visible {
2179
2179
2180
2180
/* Jasimrazi-btn-1 ends here */
2181
2181
2182
+ /* cypher's btn-3 start */
2183
+
2184
+ .cypher-btn-3 {
2185
+ font-family : Helvetica;
2186
+ /* letter-spacing: 0.2em; */
2187
+ font-weight : 600 ;
2188
+ font-size : 25px ;
2189
+ text-align : center;
2190
+ color : # 202125 ;
2191
+ cursor : pointer;
2192
+ /* max-width: 480px; */
2193
+ width : 59% ;
2194
+ height : 30% ;
2195
+ outline : 3px solid;
2196
+ outline-color : rgba (71 , 126 , 232 , 0.5 );
2197
+ outline-offset : 20px ;
2198
+ transition : all 200ms cubic-bezier (0.2 , 0 , 0 , 0.8 );
2199
+ }
2200
+ .cypher-btn-3 : hover {
2201
+ color : rgba (71 , 126 , 232 , 0.7 );
2202
+ outline-color : rgba (71 , 126 , 232 , 0 );
2203
+ outline-offset : 300px ;
2204
+ }
2205
+
2206
+
2207
+
2208
+ /* cypher's btn-3 end*/
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
+
556
567
</ div >
557
568
558
569
</ main >
You can’t perform that action at this time.
0 commit comments