File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1747,15 +1747,15 @@ a:focus-visible {
1747
1747
/* cypherrs 2nd bt end */
1748
1748
1749
1749
/* radzhiv's btn start*/
1750
- .newbtn -btn-1 {
1750
+ .radzhiv -btn-1 {
1751
1751
padding : 10px ;
1752
1752
font-size : 20px ;
1753
1753
font-weight : bolder;
1754
1754
border-radius : 5px ;
1755
1755
background-image : linear-gradient (to right, # 3494E6, # ec6ead );
1756
1756
color : white;
1757
1757
}
1758
- .newbtn -btn-1: hover {
1758
+ .radzhiv -btn-1: hover {
1759
1759
text-align : center;
1760
1760
color : # f35626 ;
1761
1761
background-image : -webkit-linear-gradient (92deg , # f35626, # feab3a );
@@ -1764,7 +1764,7 @@ a:focus-visible {
1764
1764
animation : hue 10s infinite linear;
1765
1765
}
1766
1766
1767
- @keyframes hue {
1767
+ @keyframes radzhiv25-button- hue {
1768
1768
from {
1769
1769
-webkit-filter : hue-rotate (0deg );
1770
1770
}
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 ">
12
11
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
13
12
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
14
13
< link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap " rel ="stylesheet " />
434
433
<!-- cyphers 2nd button end -->
435
434
<!-- radzhiv's btn start -->
436
435
< div class ="button-container ">
437
- < button class ="newbtn -btn-1 "> Hover me</ button >
436
+ < button class ="radzhiv -btn-1 "> Hover me</ button >
438
437
< div class ="createdby-section ">
439
438
Created by
440
439
< a href ="https://github.com/radzhiv25 "> radzhiv</ a >
You can’t perform that action at this time.
0 commit comments