Windows 95
Retro · .btn-windows-95
Text
Class name
Color hue
Radius · 0px
Size
.btn-windows-95 {
display: inline-block;
padding: 10px 26px;
border: 2px solid;
border-color: #ffffff #404040 #404040 #ffffff;
border-radius: 0;
background: #c0c0c0;
color: #000000;
font-family: Tahoma, "MS Sans Serif", Arial, sans-serif;
font-size: 14px;
font-weight: 400;
cursor: pointer;
box-shadow: 1px 1px 0 #000000;
}
.btn-windows-95:active {
border-color: #404040 #ffffff #ffffff #404040;
box-shadow: none;
transform: translate(1px, 1px);
}
.btn-windows-95:focus-visible {
outline: 1px dotted #000000;
outline-offset: -6px;
}