31 lines
825 B
Plaintext
31 lines
825 B
Plaintext
<div class="subscription">
|
||
<div class="gusto-pro-title">We’re so sure you’ll love Gusto, your firm’s subscription is free.<sup>1</sup></div>
|
||
<div class="gusto-pro-subtitle">Streamline payroll and benefits, and start advising your clients in valuable new ways.</div>
|
||
<button type="button" class="btn btn-danger">Become a partner</button>
|
||
</div>
|
||
|
||
<div class="sub-sup">
|
||
<div class="gusto-pro-subtitle sub"><sup>1</sup>Your firm will get a free Complete Plan as long as you onboard one client to Gusto each year.</div>
|
||
</div>
|
||
|
||
<style>
|
||
|
||
.subscription {
|
||
margin: auto;
|
||
width: 50%;
|
||
text-align: center;
|
||
margin-top: 50px;
|
||
}
|
||
|
||
.sub-sup {
|
||
background-color: #f8f5f2;
|
||
margin-top: 100px;
|
||
text-align: center;
|
||
color: grey;
|
||
}
|
||
|
||
.gusto-pro-subtitle.sub {
|
||
font-size: 0.8em;
|
||
}
|
||
|
||
</style> |