Classic Blue
Solid · .btn-classic-blue
Text
Class name
Color hue
Radius · 10px
Size
.btn-classic-blue {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 10px;
background: #2563eb;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, transform 0.1s ease;
}
.btn-classic-blue:hover {
background: #1d4ed8;
}
.btn-classic-blue:active {
transform: translateY(1px);
}