Home / Admin / monsterlink styled
Duplicate Snippet

Embed Snippet on Your Site

monsterlink styled

Code Preview
html
<a href="https://app.monstercampaigns.com/c/nw4rwyqhrkrsi4dvaryo/" 
   target="_blank" 
   rel="noopener noreferrer" 
   class="red-button">
  Yes, I want my discount!
</a>
<style>
.red-button {
  display: block;
  width: fit-content;
  min-width: 200px; 
  justify-content: center;
  text-align: center;
  background-color: #e53935;
  color: #fff;
  border-radius: 6px;
  padding: 10px!important;
}
.red-button:hover {
  background-color: #c62828;
}
</style>

Comments

Add a Comment