Skip to content

New animated Trendy button : Hover effect #123

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

Closed
wants to merge 2 commits into from
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
43 changes: 42 additions & 1 deletion buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,47 @@ a:focus-visible {

/* ANIKET btn end */



/* Aniket's btn start */

.aniket-btn-2 {
color: #ff00e6;
border-top: 5px solid #ff00e63f;
border-left: 5px solid #ff00e63d;
font-size: 16px;
border-radius: 05px;
width: 10em;
height: 4em;
text-transform: uppercase;
font-weight: bold;
font-family: sans-serif;
letter-spacing: 0.1em;
text-align: center;
line-height: 3em;
position: relative;
overflow: hidden;
z-index: 1;
transition: 0.5s;
margin-left: 1em;
background-color: #000;
}

.aniket-btn-2:hover {
border-top: 5px solid #ff00e6c0;
border-left: 5px solid #ff00e6c9;
box-shadow: 0 0.3rem 1.5rem #ff00e6;
color: white;
border-width: 5px solid;
margin-bottom: 20px;
transition: 0.5s ease;
/* background: transparent; */
}

/* Aniket's btn end */



/* Harsh Jain's button starts*/
.harsh-jain-button-1 {
background-color: #343a40;
Expand Down Expand Up @@ -2308,4 +2349,4 @@ a:focus-visible {
}
}

/*radzhiv's btn end*/
/*radzhiv's btn end*/
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,16 @@
</div>
</div>
<!-- radzhiv's btn end -->

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


</div>
Expand Down Expand Up @@ -647,4 +657,4 @@

</body>

</html>
</html>