單柱式籃球架
電洽
.cta-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 20px;
justify-content: center;
}
.cta-buttons a {
flex: 1 1 45%;
text-align: center;
padding: 14px;
font-size: 16px;
font-weight: bold;
color: #fff;
border-radius: 8px;
text-decoration: none;
transition: background-color 0.2s ease;
}
.cta-call {
background-color: #34A853;
}
.cta-call:hover {
background-color: #2c9445;
}
.cta-form {
background-color: #4285F4;
}
.cta-form:hover {
background-color: #3367d6;
}
@media (max-width: 480px) {
.cta-buttons a {
flex: 1 1 100%;
font-size: 18px;
}
}