better button

This commit is contained in:
Helldragon67 2024-10-17 17:16:07 +08:00
parent b24ded9019
commit f9a4fc871c

@ -26,20 +26,22 @@
.hero-logo {
width: 200px;
margin: 0 auto 20px;
margin-bottom: 20px;
}
.hero-title {
font-size: 2.5rem;
color: white;
margin-bottom: 20px;
margin-bottom: 40px;
}
.hero-button {
background-color: white;
color: #E72E77;
padding: 15px 30px;
border: none;
border: 3px;
border-radius: 5px;
border-color: white;
font-size: 1.4rem;
font-weight: bold;
cursor: pointer;