Select Page

In this tutorial, I’m going to reveal how to create an advance and interactive button that you can use for your HubsPot landing page to reduce bounce rate.

I will update this blog when I have time! Thank you!

I found this interactive button on their landing pages, see it here

php


/*You need to design your button */

/****************************************/

.cta–blue {

background-color: #1da1db;

color: #fff;

border-color: #1da1db;

}

.cta–blue {

font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;

font-size: 14px;

font-weight: 700;

letter-spacing: .05em;

text-transform: uppercase;

display: inline-block;

text-align: center;

border: 2px solid;

padding: 20px;

border-radius: 35px;

transition: all .3s;

}

/****You need to create an ID for your module****/

#bottom_form{

line-heigh: 1.5em;

}