Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2703,3 +2703,53 @@ a:focus-visible {
}
}

.Aaditya-Mishra-btn-1 {
background-color: #87CEEB;
border: 0 solid #E5E7EB;
box-sizing: border-box;
color: #000000;
display: flex;
font-size: 1rem;
font-weight: 700;
justify-content: center;
line-height: 1.75rem;
padding: .75rem 1.65rem;
position: relative;
text-align: center;
text-decoration: none #000000 solid;
text-decoration-thickness: auto;
width: 50%;
max-width: 460px;
position: relative;
cursor: pointer;
transform: rotate(-2deg);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.Aaditya-Mishra-btn-1:focus {
outline: 0;
}

.Aaditya-Mishra-btn-1:after {
content: '';
position: absolute;
border: 3px solid #000000;
bottom: 4px;
left: 4px;
width: calc(100% - 1px);
height: calc(100% - 1px);
}

.Aaditya-Mishra-btn-1:hover:after {
bottom: 2px;
left: 2px;
}

@media (min-width: 768px) {
.Aaditya-Mishra-btn-1 {
padding: .75rem 3rem;
font-size: 1.25rem;
}
}
28 changes: 20 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,10 @@
<div class="button-container ">
<button class="gauravsharmatheofficial-btn-1">
<svg class="gauravsharmatheofficial-btn-1-svg" width="180px" height="60px" viewBox="0 0 180 60">
<polyline points="179,1 179,59 1,59 1,1 179,1"/>
<polyline points="179,1 179,59 1,59 1,1 179,1"/>
</svg>
<span class="gauravsharmatheofficial-btn-1-span"> Hover Me </span></button>
<polyline points="179,1 179,59 1,59 1,1 179,1" />
<polyline points="179,1 179,59 1,59 1,1 179,1" />
</svg>
<span class="gauravsharmatheofficial-btn-1-span"> Hover Me </span></button>
<div class="createdby-section">
Created by
<a href="https://github.com/gauravsharmatheofficial">gauravsharmatheofficial</a>
Expand Down Expand Up @@ -666,8 +666,8 @@
</div>

<!--0b51d14n217's btn-->


<!--lavesh's btn-->
<div class="button-container">
<a class="lavesh-btn-1" data-back="Hover Me" data-front="Hover Me">Hover me</a>
Expand Down Expand Up @@ -698,6 +698,19 @@
</div>
<!-- radzhiv's btn-->


<!-- Aaditya-Mishra-btn-1 start -->
<div class="button-container">
<button class="Aaditya-Mishra-btn-1">
Hover Me
</button>
<div class="createdby-section">
Created by
<a href="https://github.com/Aaditya-Mishra">Aaditya-Mishra</a>
</div>
</div>
<!-- Aaditya-Mishra-btn-1 end -->

<!-- Amit's button -->
<div class="button-container">
<button class="Amit-btn-1">Hover me</button>
Expand All @@ -709,7 +722,6 @@
<!-- Amit's btn-->



</div>

</main>
Expand Down Expand Up @@ -763,4 +775,4 @@

</body>

</html>
</html>