File tree Expand file tree Collapse file tree 2 files changed +40
-5
lines changed Expand file tree Collapse file tree 2 files changed +40
-5
lines changed Original file line number Diff line number Diff line change @@ -1744,4 +1744,32 @@ a:focus-visible {
1744
1744
animation : slidebg 5s linear infinite;
1745
1745
}
1746
1746
1747
- /* cypherrs 2nd bt end */
1747
+ /* cypherrs 2nd bt end */
1748
+
1749
+ /* radzhiv's btn start*/
1750
+ .newbtn-btn-1 {
1751
+ padding : 10px ;
1752
+ font-size : 20px ;
1753
+ font-weight : bolder;
1754
+ border-radius : 5px ;
1755
+ background-image : linear-gradient (to right, # 3494E6, # ec6ead );
1756
+ color : white;
1757
+ }
1758
+ .newbtn-btn-1 : hover {
1759
+ text-align : center;
1760
+ color : # f35626 ;
1761
+ background-image : -webkit-linear-gradient (92deg , # f35626, # feab3a );
1762
+ -webkit-background-clip : text;
1763
+ -webkit-text-fill-color : transparent;
1764
+ animation : hue 10s infinite linear;
1765
+ }
1766
+
1767
+ @keyframes hue {
1768
+ from {
1769
+ -webkit-filter : hue-rotate (0deg );
1770
+ }
1771
+ to {
1772
+ -webkit-filter : hue-rotate (-360deg );
1773
+ }
1774
+ }
1775
+ /*radzhiv's btn end*/
Original file line number Diff line number Diff line change 8
8
< title > CSS Buttons</ title >
9
9
< link rel ="stylesheet " href ="./assets/css/style.css " />
10
10
< link rel ="stylesheet " href ="./buttons/buttons.css " />
11
+ < link rel ="stylesheet " href ="./buttons/buttons.scss ">
11
12
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
12
13
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
13
14
< link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap " rel ="stylesheet " />
431
432
</ div >
432
433
</ div >
433
434
<!-- cyphers 2nd button end -->
434
- </ div >
435
-
436
-
437
-
435
+ <!-- radzhiv's btn start -->
436
+ < div class ="button-container ">
437
+ < button class ="newbtn-btn-1 "> Hover me</ button >
438
+ < div class ="createdby-section ">
439
+ Created by
440
+ < a href ="https://github.com/radzhiv25 "> radzhiv</ a >
441
+ </ div >
442
+ </ div >
443
+ <!-- radzhiv's btn end -->
444
+ </ div >
438
445
</ div >
439
446
440
447
</ main >
You can’t perform that action at this time.
0 commit comments