Zenjob Notes, and new Templates
This commit is contained in:
@ -0,0 +1,31 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user