Style Guide version 1.1

Content Block

Content Blocks are used to hold various content.


Home page content block

The content block styles.

Sample Code

 <div class="hp_mid_cell">
 	<h2 id="">Wills &  Estates<span></span></h2>
 	<div class="mobileToggle" style="display: block;">
 		<a href="https://www.lawdepot.ca/contracts/canada-last-will-and-testament/?loc=CA"><span>Last Will and Testament</span>
 		</a>
 		<br>
 		<a href="https://www.lawdepot.ca/contracts/power-of-attorney-form/?loc=CA">
 			<span>Power of Attorney</span>
 		</a>
 		<br>
 		<a href="https://www.lawdepot.ca/ca/estate/living-will-personal-directive/?ldcn=livingwillca">
 			<span>Living Will</span>
 		</a>
 		<br>
 		<a class="more" href="https://www.lawdepot.com/contracts/groups/estate/"><span>All Wills &  Estates</span>	
 		</a>
 	</div>
 </div>