Seventies
Retro · .btn-seventies
Text
Class name
Color hue
Radius · pill
Size
.btn-seventies {
display: inline-block;
padding: 13px 32px;
border: 3px solid #451a03;
border-radius: 999px;
background: #d97706;
color: #451a03;
font-family: Georgia, serif;
font-size: 16px;
font-weight: 700;
cursor: pointer;
box-shadow: 4px 4px 0 #92400e;
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-seventies:hover {
background: #f59e0b;
}
.btn-seventies:active {
transform: translate(3px, 3px);
box-shadow: 1px 1px 0 #92400e;
}