52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
<div class="start">
|
|
<div class="gusto-pro-title">Just getting started with Gusto?</div>
|
|
<div class="gusto-pro-subtitle">Get up to speed here.</div>
|
|
<a class="btn btn-primary" href="https://gusto.northpass.com/app/courses" role="button">Get started</a>
|
|
</div>
|
|
|
|
<div class="certified">
|
|
<div class="gusto-pro-title cert">Choose your Focus Area, get certified and complete advanced study through Electives.</div>
|
|
</div>
|
|
|
|
<style>
|
|
|
|
.start {
|
|
margin: auto;
|
|
width: 80%;
|
|
text-align: center;
|
|
background-color: #F0F8FF;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.certified {
|
|
margin: auto;
|
|
width: 80%;
|
|
text-align: center;
|
|
background-color: #f8f5f2;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.btn-primary {
|
|
font-family: 'Fredoka', sans-serif;
|
|
background-color: #f45d48;
|
|
padding: 10px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
font-weight: 600;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
background-color: #f45d48;
|
|
}
|
|
|
|
.gusto-pro-title.cert {
|
|
text-align: center;
|
|
padding: auto;
|
|
padding-bottom: 30px;
|
|
width: 75%;
|
|
font-size: 2em;
|
|
}
|
|
|
|
|
|
</style> |