Customized HTML component.
- 1 You can use any icon from Font Awesome 4.7 without problems.
- 2 You can add any size of description.
- 3 The component shows 4 elements (max) or less per line.
- 4 The mandatory structure is:
<html> <div class="boxes"> <a href="wiki_or_external_link" class="box"> <i class="fa_icon"></i> <h3>Title</h3> <p>If you want, a paragraph. You can also add more paragraphs or other html components within the <a/> component.</p> </a>