From 1bd24e3aeab679d309a5c9c109dd2f052b651308 Mon Sep 17 00:00:00 2001 From: Aaditya Mishra Date: Thu, 27 Oct 2022 01:18:27 +0530 Subject: [PATCH] Aaditya-Mishra button added --- buttons/buttons.css | 50 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 25 ++++++++++++++++------- 2 files changed, 68 insertions(+), 7 deletions(-) diff --git a/buttons/buttons.css b/buttons/buttons.css index c05393d..8330626 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -2687,3 +2687,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 39bc3ce..1cf46c9 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,17 @@
+ +
+ +
+ Created by + Aaditya-Mishra +
+
+
@@ -753,4 +764,4 @@ - + \ No newline at end of file