Features - section
Use this layout to highlight features or selling key points.
CODE
Here is the HTML code to obtain it. Embed it within the main
tag with class page-main
.
The div with class feature-alpha
represent a feature item.
It is embeded within a Bootstrap column col-12 col-md-4
, so duplicate it to add more :
text-gradient-primary
represent the icon color.
Ionicons (ionicons.com) or Font awesome icons (fontawesome.io) can be used here.
Fontawesome icons are presented by a <a href="..."><i class="icon fa fa-ICONREF"></i></a>
line.ICONREF
value can be "facebook", "twitter", ...
For Ionicons, they are presented by a <a href="..."><i class="icon ion-ICONREF"></i></a>
line.ICONREF
value can be "facebook", "twitter", ...