How to create a button as a link in an article

In order to present a link as a button, copy the CSS below into the source of the article. In the snippet you will need to update:

  • The target link
  • The styling of the button
  • The text presented on the button

In order to generate the button's style you can also use widely available CSS Button generators.

<p><a href="https://www.Nanorep.com" 
style="background-color:#44c767; -moz-border-radius:28px; -webkit-border-radius:28px; border-radius:28px; 
border:1px solid #18ab29; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; 
font-size:17px; padding:16px 31px; text-decoration:none; text-shadow:0px 1px 0px #2f6627 ;">green</a>
</p>