Skip to content

Commit 2074665

Browse files
Merge pull request Design-and-Code#111 from Arvind0302/main
new button added-Arvind0302
2 parents e03831a + 378ac0e commit 2074665

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,6 +2248,32 @@ 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

22522278

22532279
/* radzhiv's btn start*/

index.html

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

577586
<!-- radzhiv's btn start -->
578587
<div class="button-container">

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