zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
14 lines (12 loc) • 376 B
HTML
{{#markdown}}
```html
<ul class="small-block-grid-2 medium-block-grid-3 large-block-grid-4">
<li><!-- Your content goes here --></li>
<li><!-- Your content goes here --></li>
<li><!-- Your content goes here --></li>
<li><!-- Your content goes here --></li>
<li><!-- Your content goes here --></li>
<li><!-- Your content goes here --></li>
</ul>
```
{{/markdown}}