Skip to content

Commit 8abcb61

Browse files
authored
button (#149)
1 parent b7f6a1b commit 8abcb61

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

buttons/buttons.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,6 +2640,22 @@ a:focus-visible {
26402640
animation-timing-function: steps(2, end);
26412641
}
26422642

2643+
/* Amit's button */
2644+
.Amit-btn-1{
2645+
color: red;
2646+
padding: 20px 40px;
2647+
border-radius: 10px;
2648+
box-shadow: 2px 3px 5px red,2px 3px 5px blue;
2649+
font-size: 20px;
2650+
2651+
}
2652+
.Amit-btn-1:hover{
2653+
text-shadow: 2px 3px 5px green;
2654+
font-weight: bold;
2655+
box-shadow: 2px 3px 5px rgb(8, 159, 234),2px 3px 5px rgb(103, 34, 46),2px 3px 5px rgb(38, 99, 38);
2656+
border:4px solid purple;
2657+
2658+
}
26432659
@keyframes arnav-btn-2-glitch {
26442660
0% {
26452661
clip-path: var(--slice-1);

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,16 @@
698698
</div>
699699
<!-- radzhiv's btn-->
700700

701+
<!-- Amit's button -->
702+
<div class="button-container">
703+
<button class="Amit-btn-1">Hover me</button>
704+
<div class="createdby-section">
705+
Created by
706+
<a href="https://github.com/amthub">amthub</a>
707+
</div>
708+
</div>
709+
<!-- Amit's btn-->
710+
701711

702712

703713
</div>

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