Created
September 8, 2017 10:05
-
-
Save philipgledhill/74891902c2cb0578838aac884223b1f1 to your computer and use it in GitHub Desktop.
Large left aligned icons above h3 bold-headlines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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