Content Sections

Setup Important Content you want to stand out from the rest or just to give it a different flavour. You can use Light & Dark Sections, Parallax Images or HTML5 Videos as Sections.

Note: Setup your Sections outside the .container <div>.

Code Example

<div class="section">
	<div class="container">

		...

	</div>
</div>

Dark Section

Make any Section have a Dark Background by adding the .dark Class.

<div class="section dark">
	<div class="container">

		...

	</div>
</div>

Last Modified: June 6, 2020