Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save philipgledhill/74891902c2cb0578838aac884223b1f1 to your computer and use it in GitHub Desktop.
Save philipgledhill/74891902c2cb0578838aac884223b1f1 to your computer and use it in GitHub Desktop.
Large left aligned icons above h3 bold-headlines
<h2 style="text-align: center;"><strong>Icons above the headline</strong></h2>
[lgc_column grid="33" tablet_grid="33" mobile_grid="100" last="false"]<i class="fa fa-envelope-o fa-3x" aria-hidden="true"><!-- comment --></i>
<h3><strong>Headline goes here</strong></h3>
This is a couple of sentences of text that elaborate on the headline. You don't need much text here, just enough.
[/lgc_column]
[lgc_column grid="33" tablet_grid="33" mobile_grid="100" last="false"]<i class="fa fa-arrows-h fa-3x" aria-hidden="true"><!-- comment --></i>
<h3><strong>Headline goes here</strong></h3>
This is a couple of sentences of text that elaborate on the headline. You don't need much text here, just enough.
[/lgc_column]
[lgc_column grid="33" tablet_grid="33" mobile_grid="100" last="true"]<i class="fa fa-cogs fa-3x" aria-hidden="true"><!-- comment --></i>
<h3><strong>Headline goes here</strong></h3>
This is a couple of sentences of text that elaborate on the headline. You don't need much text here, just enough.
[/lgc_column]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment