Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newbtn #109

Merged
merged 4 commits into from
Oct 14, 2022
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
29 changes: 29 additions & 0 deletions buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2249,3 +2249,32 @@ a:focus-visible {
}
/* Deepesh Sharma's button 1 ends*/


/* radzhiv's btn start*/
.radzhiv-btn-1{
padding: 10px;
font-size: 20px;
font-weight: bolder;
border-radius: 5px;
background-image: linear-gradient(to right,#3494E6,#ec6ead);
color: white;
}
.radzhiv-btn-1:hover{
text-align: center;
color: #f35626;
background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: hue 10s infinite linear;
}

@keyframes radzhiv25-button-hue {
from {
-webkit-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
}
}
/*radzhiv's btn end*/

16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@

<!-- raulwwq0 btn start -->
<div class="button-container">
<button class="raulwwq0-button-1-1"><span>Hover me</span></button>
<button class="raulwwq0-button-1"><span>Hover me</span></button>
<div class="createdby-section">
Created by
<a href="https://github.com/raulwwq0">raulwwq0</a>
Expand Down Expand Up @@ -439,7 +439,6 @@
</div>
<!-- cyphers 2nd button end -->


<!-- kkartik07's button start -->
<div class="button-container">
<button class="kkartik07-btn-1"> Hover me </button>
Expand Down Expand Up @@ -575,6 +574,17 @@
</div>
<!-- Deepesh Sharma btn end-->

<!-- radzhiv's btn 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">radzhiv</a>
</div>
</div>
<!-- radzhiv's btn end -->


</div>

</main>
Expand Down Expand Up @@ -628,4 +638,4 @@

</body>

</html>
</html>