Skip to content

Instantly share code, notes, and snippets.

@Quay3
Created October 26, 2017 18:34
Show Gist options
  • Save Quay3/5a2a58cc2f37a860f96a8f2524a05d40 to your computer and use it in GitHub Desktop.
Save Quay3/5a2a58cc2f37a860f96a8f2524a05d40 to your computer and use it in GitHub Desktop.
Styled Form Button
<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