Created
October 26, 2017 18:34
-
-
Save Quay3/5a2a58cc2f37a860f96a8f2524a05d40 to your computer and use it in GitHub Desktop.
Styled Form 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
<a href="https://ninjaforms.com/" target="_blank" class="button">Click Me</a> | |
<style> | |
.button { | |
display: block; | |
height: 25px; | |
width: 75px; | |
background: #32CD32; | |
text-align: center; | |
border: 2px solid rgba(33, 68, 72, 0.59); | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment