From d2eda6fe23b56d086cd03118105c221624c0eb27 Mon Sep 17 00:00:00 2001 From: Lavesh Verma Date: Mon, 24 Oct 2022 20:40:29 +0530 Subject: [PATCH 1/2] Added my customized hover button --- buttons/buttons.css | 24 ++++++++++++++++++++++++ index.html | 11 +++++++++++ 2 files changed, 35 insertions(+) diff --git a/buttons/buttons.css b/buttons/buttons.css index 7d6757d..49330bf 100644 --- a/buttons/buttons.css +++ b/buttons/buttons.css @@ -2528,3 +2528,27 @@ a:focus-visible { content: attr(data-front); transform: translateY(0) rotateX(0); } + + .lavesh-btn-1{ + width: 170px; + height: 40px; + padding-top: 10px; + padding-bottom: 30px; + text-align: center; + color: #000; + text-transform: uppercase; + font-weight: 600; + margin-left: 30px; + margin-bottom: 30px; + cursor: pointer; + display: inline-block; + border: 2px solid #3c73ff; + background-color: #3c73ff; + border-radius: 20px; + color: #fff; + transition: .3s; + } + .lavesh-btn-1:hover{ + box-shadow: 8px 8px #99bdff; + transition: .3s; + } \ No newline at end of file diff --git a/index.html b/index.html index f474625..509749f 100644 --- a/index.html +++ b/index.html @@ -652,6 +652,17 @@ + + + +
+ Hover me +
+ Created by + Lavesh Verma +
+
+ From 4e895200217e872e3e52fd24b8669b1a1c02b3af Mon Sep 17 00:00:00 2001 From: Rajkumar Khistariya <83064473+Rajkumar-justcoder@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:40:35 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 509749f..a490c5e 100644 --- a/index.html +++ b/index.html @@ -659,7 +659,7 @@ Hover me
Created by - Lavesh Verma + laveshverma007