Brutal Sky
Retro · .btn-brutal-sky
Text
Class name
Color hue
Radius · 10px
Size
.btn-brutal-sky {
display: inline-block;
padding: 12px 26px;
border: 3px solid #1e1b4b;
border-radius: 10px;
background: #7dd3fc;
color: #1e1b4b;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
box-shadow: 5px 5px 0 #1e1b4b;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-brutal-sky:hover {
transform: translate(-2px, -2px);
box-shadow: 7px 7px 0 #1e1b4b;
}
.btn-brutal-sky:active {
transform: translate(3px, 3px);
box-shadow: 2px 2px 0 #1e1b4b;
}