
Simple Folder (SafehouSe)
created by:GlitchyCodes
HTMLCustom ColorsFolder
Copy
<div class="row no-gutters justify-content-center">
{{%Folder%
<div class="col-md-4 p-2">
<a class="btn btn-block btn-outline-secondary p-0" href="{{u%Folder Link%}}" style="background-color:{{c%Color%}};border:{{n!Border Thickness (px)!}}px {{!Border Style!}} {{c%Border Color%}};border-radius:{{n!Border Radius (px)!}}px;color:{{c%Font Color%}}">
<div style="background:#fff url({{u%Image URL%}}) no-repeat {{%Image Position%}};background-size:{{%Image Size%}};height:{{n!Image Height (px)!}}px;"></div>
<div class="justify-content-between p-1" style="font-size:1.75rem;font-weight:600;font-family:{{!Font Family!}};">
<span>{{%Folder Name%}}</span> <i class="{{i%Icon%}} fa-fw"></i>
</div>
</a>
</div>
%end%}}
</div>