Icons by Feather Icons

Rosa

A rose by any other name would smell as sweet. Shakespeare said that you know.

Change what the button says:

HTML

<div class="html_button btn-left">
    <a href="#" class="btn rosa large">Your button text here</a>
</div>

CSS

.rosa {
  border:12px groove #E313FF;
  border-radius:10px;
  padding:20px 50px 20px 50px;
  margin:0;
  background-color:#F944E0;
  color:#631787;
  font-weight:500;
  opacity:1;
  transition:1s;
}
.rosa:hover {
  cursor:pointer;
  background-color:#FF93F9;
  opacity:1;
  transition:1s;
}

Check out the docs for a full installation and how-to guide for HTML Buttons.