Skip to content

Instantly share code, notes, and snippets.

@patryknawolski
Created April 18, 2017 15:21
Front-end mistakes #8
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
}
.btn--newsletter {
background-color: green;
border-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment