Language selection

Search


Introduction block with half-width image

The introduction block pattern introduces the content of a landing page.

Code sample

<div class="row">
	<div class="col-md-6">
		<h1 property="name" id="wb-cont">Introduction block with half-width image</h1>
		<p>The introduction block pattern introduces the content of a landing page.</p>
	</div>
	<div class="col-md-6 hidden-sm hidden-xs">
		<img src="https://dummyimage.com/520x200/000000/FFFFFF.png" alt="" class="img-responsive pull-right mrgn-tp-lg">
	</div>
</div>

Page details

Date modified: