diff --git a/buttons/buttons.css b/buttons/buttons.css index 89177da..9801d35 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -2249,3 +2249,32 @@ a:focus-visible { } /* Deepesh Sharma's button 1 ends*/ + +/* radzhiv's btn start*/ +.radzhiv-btn-1{ + padding: 10px; + font-size: 20px; + font-weight: bolder; + border-radius: 5px; + background-image: linear-gradient(to right,#3494E6,#ec6ead); + color: white; +} +.radzhiv-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 radzhiv25-button-hue { + from { + -webkit-filter: hue-rotate(0deg); + } + to { + -webkit-filter: hue-rotate(-360deg); + } +} +/*radzhiv's btn end*/ + diff --git a/index.html b/index.html index 338c5dd..4f16bc8 100644 --- a/index.html +++ b/index.html @@ -260,7 +260,7 @@
- +
Created by raulwwq0 @@ -439,7 +439,6 @@
-
@@ -575,6 +574,17 @@
+ +
+ +
+ Created by + radzhiv +
+
+ + +
@@ -628,4 +638,4 @@ - \ No newline at end of file +