Varsity
Retro · .btn-varsity
Text
Class name
Color hue
Radius · 10px
Size
.btn-varsity {
display: inline-block;
padding: 12px 30px;
border: 3px solid #fef3c7;
border-radius: 10px;
background: #1e3a8a;
color: #fef3c7;
font-family: inherit;
font-size: 15px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
cursor: pointer;
box-shadow: 0 0 0 3px #1e3a8a, 0 5px 0 3px #172554;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-varsity:hover {
transform: translateY(-2px);
box-shadow: 0 0 0 3px #1e3a8a, 0 7px 0 3px #172554;
}
.btn-varsity:active {
transform: translateY(3px);
box-shadow: 0 0 0 3px #1e3a8a, 0 2px 0 3px #172554;
}