diff --git a/buttons/buttons.css b/buttons/buttons.css index d3dc362..610ab26 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -2703,3 +2703,53 @@ a:focus-visible { } } + .Aaditya-Mishra-btn-1 { + background-color: #87CEEB; + border: 0 solid #E5E7EB; + box-sizing: border-box; + color: #000000; + display: flex; + font-size: 1rem; + font-weight: 700; + justify-content: center; + line-height: 1.75rem; + padding: .75rem 1.65rem; + position: relative; + text-align: center; + text-decoration: none #000000 solid; + text-decoration-thickness: auto; + width: 50%; + max-width: 460px; + position: relative; + cursor: pointer; + transform: rotate(-2deg); + user-select: none; + -webkit-user-select: none; + touch-action: manipulation; + } + + .Aaditya-Mishra-btn-1:focus { + outline: 0; + } + + .Aaditya-Mishra-btn-1:after { + content: ''; + position: absolute; + border: 3px solid #000000; + bottom: 4px; + left: 4px; + width: calc(100% - 1px); + height: calc(100% - 1px); + } + + .Aaditya-Mishra-btn-1:hover:after { + bottom: 2px; + left: 2px; + } + + @media (min-width: 768px) { + .Aaditya-Mishra-btn-1 { + padding: .75rem 3rem; + font-size: 1.25rem; + } + } diff --git a/index.html b/index.html index 908f416..f31264f 100644 --- a/index.html +++ b/index.html @@ -633,10 +633,10 @@
+ + + + Hover Me
Created by gauravsharmatheofficial @@ -666,8 +666,8 @@
- - + +
Hover me @@ -698,6 +698,19 @@
+ + +
+ +
+ Created by + Aaditya-Mishra +
+
+ +
@@ -709,7 +722,6 @@ -
@@ -763,4 +775,4 @@ - + \ No newline at end of file