Skip to content
Merged
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
24 changes: 24 additions & 0 deletions buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2310,6 +2310,30 @@ a:focus-visible {

/*radzhiv's btn end*/

/* shivanshi btn start */
.shivanshi-s-btn-1 {
box-sizing: border-box;
appearance: none;
background-color: transparent;
cursor: pointer;
font-size: 1rem;
margin: 20px;
padding: 1.2em 2.8em;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
border-color: #3330E4;
color: #67f878;
background-image: linear-gradient(to bottom, transparent 30%, #248f86 90%);
background-position: 0% 0%;
transition: background 15ms ease-in-out, color 150ms ease-in-out;
}
.shivanshi-s-btn-1:hover {
color: white;
background-position: 0 800%;
}
/* shivanshi btn end */


/* avishaan24's btn start */

Expand Down
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,18 @@
</div>
<!-- radzhiv's btn end -->


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


<!-- avishaan24-btn-1 start -->
<div class="button-container">
<!-- add your buttons here, eg.-->
Expand All @@ -605,6 +617,7 @@
</div>
<!-- avishaan24-btn-1 end -->


<!-- Aditya's btn start -->
<div class="button-container">
<button class="aditya-btn-1">Hover Me</button>
Expand Down