Skip to content

Commit 2074665

Browse files
Merge pull request #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

+26
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

+9
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)