Grid and blocks

By Ken Hawkins

grid layout Requires EBI Visual Framework 1.1.0, 1.2.0, 1.3.0

Arrange you content responsive rows.

Contribute a pattern

Have a great way of doing something, add it to the Style Lab. Here's how


Implementation code

Get a zip with all the sample HTML and any spaecial CSS or JS needed: Download a ZIP file More on how to use this

HTML
<div class="row">
  <div class="columns medium-8 callout">Column 75% on desktop; 77% on tablet/phone</div>
  <div class="columns medium-4 callout industry-background">Column 33% on desktop; 100% on tablet/phone</div>
</div>



JS