diff --git a/buttons/buttons.css b/buttons/buttons.css index 0c72c86..12e90e8 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -1744,4 +1744,32 @@ a:focus-visible { animation:slidebg 5s linear infinite; } -/* cypherrs 2nd bt end */ \ No newline at end of file +/* cypherrs 2nd bt end */ + +/* radzhiv's btn start*/ +.newbtn-btn-1{ + padding: 10px; + font-size: 20px; + font-weight: bolder; + border-radius: 5px; + background-image: linear-gradient(to right,#3494E6,#ec6ead); + color: white; +} +.newbtn-btn-1:hover{ + text-align: center; + color: #f35626; + background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + animation: hue 10s infinite linear; +} + +@keyframes hue { + from { + -webkit-filter: hue-rotate(0deg); + } + to { + -webkit-filter: hue-rotate(-360deg); + } +} +/*radzhiv's btn end*/ \ No newline at end of file diff --git a/index.html b/index.html index ddab9f9..4bea558 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@