diff --git a/buttons/buttons.css b/buttons/buttons.css index a7a62d5..382bbc9 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -2553,6 +2553,26 @@ a:focus-visible { transform: translateY(0) rotateX(0); } + /* radzhiv's btn 2 start */ + .radzhiv-btn-2 { + padding: 10px; + font-size: 20px; + border-radius: 5px; + color: white; + background-color: #5f6f94; +} +.radzhiv-btn-2:hover{ + background-color: transparent; + font-weight: 700; + color: #2e86c1; + border-width: 4px; + border-style: solid; + border-image: linear-gradient(to right, darkblue, darkorchid) 1; + cursor: pointer; +} + /* radzhiv's btn 2 end */ + + .arnav-btn-2, .arnav-btn-2::after { width: 200px; height: 69px; diff --git a/index.html b/index.html index 33bfb95..669d459 100644 --- a/index.html +++ b/index.html @@ -674,6 +674,16 @@ + +
+ +