Created
May 18, 2015 10:33
-
-
Save tribulant/99b586b961c3f24b354f to your computer and use it in GitHub Desktop.
Newsletters Blue, Flat, Rounded Button
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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