Skip to content

Commit 4bd9104

Browse files
committed
cerated new btn
1 parent 5a85c48 commit 4bd9104

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

buttons/buttons.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,3 +2179,30 @@ a:focus-visible {
21792179

21802180
/* Jasimrazi-btn-1 ends here */
21812181

2182+
/* cypher's btn-3 start */
2183+
2184+
.cypher-btn-3 {
2185+
font-family: Helvetica;
2186+
/* letter-spacing: 0.2em; */
2187+
font-weight: 600;
2188+
font-size: 25px;
2189+
text-align: center;
2190+
color: #202125;
2191+
cursor: pointer;
2192+
/* max-width: 480px; */
2193+
width: 59%;
2194+
height: 30%;
2195+
outline: 3px solid;
2196+
outline-color: rgba(71, 126, 232,0.5);
2197+
outline-offset: 20px;
2198+
transition: all 200ms cubic-bezier(0.2, 0, 0, 0.8);
2199+
}
2200+
.cypher-btn-3:hover {
2201+
color: rgba(71, 126, 232, 0.7);
2202+
outline-color: rgba(71, 126, 232, 0);
2203+
outline-offset: 300px;
2204+
}
2205+
2206+
2207+
2208+
/* cypher's btn-3 end*/

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,17 @@
553553
</div>
554554
<!--Jasim Razi btn end-->
555555

556+
557+
<!-- cypher's btn-3 start -->
558+
<div class="button-container">
559+
<button class="cypher-btn-3">Hover me</button>
560+
<div class="createdby-section">
561+
Created by
562+
<a href="https://github.com/cypher1002">cypher 1002</a>
563+
</div>
564+
</div>
565+
<!-- cyphers btn-3 end -->
566+
556567
</div>
557568

558569
</main>

0 commit comments

Comments
 (0)
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