diff --git a/buttons/buttons.css b/buttons/buttons.css index c05393d..f6e3029 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -2687,3 +2687,20 @@ a:focus-visible { } } +.IpsitaSenapati-button{ + align-items: center; + background: linear-gradient(to right,orange, violet , #e2336b); + padding: 10px; + border-radius: 8px; + margin-left: 1rem; + width: 230px; + height: 75px; + text-align: center; + font-size: 35px; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + text-shadow: #000000; +} +.IpsitaSenapati-button:hover{ + transition: 0.3s; + transform: rotate(360deg); +} \ No newline at end of file diff --git a/index.html b/index.html index 39bc3ce..a7d76cd 100644 --- a/index.html +++ b/index.html @@ -697,6 +697,15 @@ + +
+ +
+ Created by + IpsitaSenapati +
+
+