Skip to content

added Sumit btn #97

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

Merged
merged 6 commits into from
Oct 11, 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
44 changes: 44 additions & 0 deletions buttons/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1969,3 +1969,47 @@ box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px, rgb(95, 184, 255) 10px 10px 0px 0
opacity: 1;
z-index: -1;
}

/* Sumit1 btn start */
.Sumit-btn-1{
background-color: #26d023;
border: 3px solid red;
width: 200px;
padding: 20px;
font-size: 30px;
}
.Sumit-btn-1:hover{
background-color: yellow;
transform: all 2s;
}
/* Sumit2 btn end */

/* Sumit-btn-2 start */
.Sumit-btn-2 {
border: 3px solid rgb(66, 16, 147);
width: 250px;
padding: 30px;
border-radius: 100%;
background-color: red;
font-size: 30px;
}
.Sumit-btn-2:hover{
background-color: gray;
}
/* Sumit-btn-2 end */

/* Sumit-btn-3 start */
.Sumit-btn-3 {
/* text-size-adjust: 20px; */
background-color: #00C0FF;
border: 3px solid rgb(80, 236, 29);
width: 170px;
padding: 20px;
border-radius: 70px;
font-size: 20px;
}
.Sumit-btn-3:hover{
background-color: white;
}

/* Sumit-btn-3 end */
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,36 @@
</div>
</div>
<!-- Nitish's btn end -->

<!-- Sumit1 btn start -->
<div class="button-container">
<button class="Sumit-btn-1"><span>Button</span></button>
<div class="createdby-section">
Created by
<a href="https://github.com/Sumit-14Singh">Sumit</a>
</div>
</div>
<!-- Sumit1 btn end -->

<!-- Sumit2 btn start -->
<div class="button-container">
<button class="Sumit-btn-2"><span>Button</span></button>
<div class="createdby-section">
Created by
<a href="https://github.com/Sumit-14Singh">Sumit</a>
</div>
</div>
<!-- Sumit2 btn end -->

<!-- Sumit3 btn start -->
<div class="button-container">
<button class="Sumit-btn-3"><span>Sumit</span></button>
<div class="createdby-section">
Created by
<a href="https://github.com/Sumit-14Singh">Sumit</a>
</div>
</div>
<!-- Sumit3 btn end -->



Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy