Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 20:53
Show Gist options
  • Select an option

  • Save MariaJackson1/232040e20c818b83fc0c9e5a85750d5d to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/232040e20c818b83fc0c9e5a85750d5d to your computer and use it in GitHub Desktop.
Styling Buttons
a.btn {
display: inline-block;
color: #fff;
background: #E2243B;
padding: .75em 1.5em;
font-family: sans-serif;
text-transform: uppercase;
font-weight: 200;
font-size: .65rem;
line-height: 1.30;
letter-spacing: 1.5px;
text-decoration: none;
}
a.btn::after {
content: '\02192';
padding-left: .65em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment