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
32 changes: 31 additions & 1 deletion buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,37 @@ a:focus-visible {
}
/* radzhiv's btn 2 end */

/* abhishek's btn 1 start */
.abhishek0-btn-1 {
background-color: initial;
Comment on lines +2601 to +2602
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls change your classes names to as i said it should be your github-username not name so githubusername-btn-1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also pls be creative this is just simple change

background-image: linear-gradient(-180deg, #00D775, #00BD68);
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
height: 44px;
line-height: 44px;
outline: 0;
overflow: hidden;
padding: 0 20px;
pointer-events: auto;
position: relative;
text-align: center;
touch-action: manipulation;
user-select: none;
-webkit-user-select: none;
vertical-align: top;
white-space: nowrap;
width: 150px;
z-index: 9;
border: 0;
}
.abhishek0-btn-1:hover{
background: #00bd68;
}
/* abhishek's btn 1 end */

.arnav-btn-2, .arnav-btn-2::after {
width: 200px;
Expand Down Expand Up @@ -2686,4 +2717,3 @@ a:focus-visible {
transform: translate(0);
}
}

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

<!--Abhishek's btns-->
<div class="button-container">
<button class="abhishek0-btn-1"> Hover Me !
</button>
<div class="createdby-section">
Created by
<a href="https://github.com/Abhishek-dab">abhishek0</a>
</div>
</div>

<!--Abhishek's btn-->



</div>
Expand Down