There are 2 CSS classes that are currently used on the site:
-
"details-container"
-
"section--alt"
To apply one of these classes to a section of your page, enter the following snippet using the Edit HTML source button in the WYSIWYG.
Details container
<div class="details-container" style="padding: 10px; margin-bottom: 10px;">
<h3>Heading</h3>
<p>Text</p>
<p style="text-align: right;">CTA</a></p>
</div>
Example
Section alt
<div style="padding: 10px; margin-bottom: 10px;">
<h3>Heading</h3>
<p>Text</p>
<p style="text-align: right;">CTA</a></p>
</div>
Example