Here is the html code that I created using the three division that is customer, support, employees.
<div class="customer">
<h2>millions</h2>
<p>Customers and counting</p>
</div>
<div class="support">
<h2>24/7</h2>
<p>Customers support</p>
</div>
<div class="employees">
<h2>50+</h2>
<p>employees</p>
</div>
</div>
New contributor
williamson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.