Skip to content

Commit 378ac0e

Browse files
committed
new button added-Arvind0302
1 parent 3598637 commit 378ac0e

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

buttons/buttons.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,4 +2248,30 @@ a:focus-visible {
22482248
height: 0%;
22492249
}
22502250
/* Deepesh Sharma's button 1 ends*/
2251+
/*Arvind0302 button start */
2252+
.arvind0302-btn-1
2253+
{
2254+
position: relative;
2255+
text-align: center;
2256+
width: 200px;
2257+
padding: 20px;
2258+
font-size: 15px;
2259+
color: black;
2260+
font-family: poppins;
2261+
font-weight: 400;
2262+
border: 5px solid #15f4ee;
2263+
text-transform: uppercase;
2264+
letter-spacing: 15px;
2265+
cursor: pointer;
2266+
border-radius: 100px;
2267+
transition: 1.5s;
2268+
}
2269+
.arvind0302-btn-1:hover
2270+
{
2271+
box-shadow: 0 5px 50px 0 #15f4ee inset, 0 5px 50px 0 #15f4ee,
2272+
0 5px 50px 0 #15f4ee inset, 0 5px 50px 0 #15f4ee;
2273+
text-shadow: 0 0 5px #15f4ee, 0 0 5px #15f4ee;
2274+
color: black;
2275+
}
2276+
/*Arvind0302 button end */
22512277

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,15 @@
574574
</div>
575575
</div>
576576
<!-- Deepesh Sharma btn end-->
577+
<!-- Arvind0302 button start -->
578+
<div class="button-container">
579+
<button class="arvind0302-btn-1"><span>Hover Me</span></button>
580+
<div class="createdby-section">
581+
Created by
582+
<a href="https://github.com/Arvind0302">Arvind0302</a>
583+
</div>
584+
</div>
585+
<!-- Arvind0302 button end -->
577586

578587
</div>
579588

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy