Newsprint
Retro · .btn-newsprint
Text
Class name
Color hue
Radius · 0px
Size
.btn-newsprint {
display: inline-block;
padding: 12px 28px;
border: 1px solid #1c1917;
border-radius: 0;
outline: 1px solid #1c1917;
outline-offset: 3px;
background: #f7f5f0;
color: #1c1917;
font-family: Georgia, "Times New Roman", serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.btn-newsprint:hover {
background: #1c1917;
color: #f7f5f0;
}
.btn-newsprint:active {
background: #44403c;
}