Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created May 18, 2015 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tribulant/99b586b961c3f24b354f to your computer and use it in GitHub Desktop.
Save tribulant/99b586b961c3f24b354f to your computer and use it in GitHub Desktop.
Newsletters Blue, Flat, Rounded Button
.newsletters_button {
text-decoration: none;
color: #FFF;
background-color: #348eda;
border: solid #348eda;
border-width: 10px 20px;
line-height: 2;
font-weight: bold;
text-align: center;
cursor: pointer;
display: inline-block;
border-radius: 5px;
text-transform: capitalize;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment