File tree Expand file tree Collapse file tree 2 files changed +40
-7
lines changed Expand file tree Collapse file tree 2 files changed +40
-7
lines changed Original file line number Diff line number Diff line change @@ -2149,4 +2149,33 @@ a:focus-visible {
2149
2149
width : 100% ;
2150
2150
}
2151
2151
2152
- /* Dilshad360 Button end */
2152
+ /* Dilshad360 Button end */
2153
+
2154
+ /* Jasimrazi-btn-1 starts here */
2155
+
2156
+ .Jasimrazi-btn-1 {
2157
+ font-size : 20px ;
2158
+ font-weight : 200 ;
2159
+ letter-spacing : 1px ;
2160
+ padding : 13px 50px 13px ;
2161
+ outline : 0 ;
2162
+ border : 1px solid rgb (255 , 255 , 255 );
2163
+ cursor : pointer;
2164
+ position : relative;
2165
+ color : white;
2166
+ background-color : rgba (0 , 0 , 0 , 0 );
2167
+ transition : 0.4s all ease;
2168
+ }
2169
+
2170
+ .Jasimrazi-btn-1 : hover {
2171
+
2172
+ background-color : # ffe54c ;
2173
+ top : -7px ;
2174
+ left : -7px ;
2175
+ transition : 0.4s all ease;
2176
+ color : # 000000 ;
2177
+ border : 1px solid # 000000 ;
2178
+ }
2179
+
2180
+ /* Jasimrazi-btn-1 ends here */
2181
+
Original file line number Diff line number Diff line change 543
543
</ div >
544
544
<!-- dilshad360 button end -->
545
545
546
-
547
-
548
-
549
-
550
-
551
-
546
+ <!--Jasim Razi btn start-->
547
+ < div class ="button-container ">
548
+ < button class ="Jasimrazi-btn-1 "> < span > Hover Me</ span > </ button >
549
+ < div class ="createdby-section ">
550
+ Created by
551
+ < a href ="https://github.com/jasimrazi "> Jasim Razi</ a >
552
+ </ div >
553
+ </ div >
554
+ <!--Jasim Razi btn end-->
552
555
553
556
</ div >
557
+
554
558
</ main >
555
559
556
560
< footer class ="footer-main ">
You can’t perform that action at this time.
0 commit comments