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
25 changes: 22 additions & 3 deletions buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@ a:focus-visible {
/*Arvind0302 button end */


/* radzhiv's btn start*/
/* radzhiv's btn 1 start*/
.radzhiv-btn-1 {
padding: 10px;
font-size: 20px;
Expand Down Expand Up @@ -2306,9 +2306,26 @@ a:focus-visible {
to {
-webkit-filter: hue-rotate(-360deg);
}
}

/*radzhiv's btn 1 end*/

/*radzhiv's btn end*/
/*radzhiv's btn 2 start*/
.radzhiv-btn-2 {
padding: 10px;
font-size: 20px;
border-radius: 5px;
color: white;
background-color: #5f6f94;
}
.radzhiv-btn-2:hover{
background-color: transparent;
color: #2e86c1;
border: none;
border-bottom: 2px solid white;
border-radius: 0px;
cursor: pointer;
}
/* radzhiv's btn 2 start */

/* shivanshi btn start */
.shivanshi-s-btn-1 {
Expand Down Expand Up @@ -2460,6 +2477,7 @@ a:focus-visible {
/* Gaurav Sharma's button 1 end*/



/* getRicha-btn-1 start */

.getRicha-btn-1 {
Expand Down Expand Up @@ -2552,3 +2570,4 @@ a:focus-visible {
content: attr(data-front);
transform: translateY(0) rotateX(0);
}

13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,15 +583,24 @@
</div>
<!-- Arvind0302 button end -->

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


<!-- shivanshi btn start -->
Expand Down