Update index.html
This commit is contained in:
parent
2b8f41016c
commit
325f6da721
1 changed files with 17 additions and 0 deletions
17
index.html
17
index.html
|
|
@ -62,6 +62,23 @@
|
|||
padding: 15px 40px;
|
||||
background: linear-gradient(45deg, #d4af37, #ffd700);
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
margin-top: 100px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
border-radius: 50px;
|
||||
transition: all 0.3s ease;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cta-button:hover {
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
|
||||
background: linear-gradient(45deg, #ffd700, #ffed4e);
|
||||
}
|
||||
text-decoration: none;html
|
||||
|
||||
.cta-button:active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue