[ F2U ] Custom Folders (> Code)

carnivaI

Profile


<!---
Custom Folders - F2U Code by carnivaI


Rules
- Do not remove my credit link.
- If you use this, drop a comment!
- Do not redestribute or sell my codes as yours.


Other
- This code was made with WYSIWYG turned off. It might be jumbled if you have it turned on.
- This code is mobile friendly.
- Let me know if you have any questions!


Thank you for using this code!
--->
<!--- DO NOT DELETE - this keeps the buttons in one line. --->


<div class="characters-folder-list gallery-row">


<!--- FOLDERS


- Replace LINK_HERE with the link to your folder. Do not remove the quotation marks!
- Go to fontawesome.com to change the folder icons.
- To add another row of folders, copy the ENTIRE CODE and paste it below the first row. Do no just copy the folder code; it will add more folders to the same row.


--->


<!--- Folder 1 --->


<div class="gallery-item text-center mb-2">
<a href="LINK_HERE" class="characters-folder child btn btn-default form-control">
<i class="fas fa-folder fa-2x"></i>
<br /><span class="characters-folder-name text-center">Folder Name</span>
</a>
</div>


<!--- Folder 2 --->


<div class="gallery-item text-center mb-2">
<a href="LINK_HERE" class="characters-folder child btn btn-default form-control">
<i class="fas fa-folder fa-2x"></i>
<br /><span class="characters-folder-name text-center">Folder Name</span>
</a>
</div>


<!--- Folder 3 --->


<div class="gallery-item text-center mb-2">
<a href="LINK_HERE" class="characters-folder child btn btn-default form-control">
<i class="fas fa-folder fa-2x"></i>
<br /><span class="characters-folder-name text-center">Folder Name</span>
</a>
</div>


<!--- Folder 4 --->


<div class="gallery-item text-center mb-2">
<a href="LINK_HERE" class="characters-folder child btn btn-default form-control">
<i class="fas fa-folder fa-2x"></i>
<br /><span class="characters-folder-name text-center">Folder Name</span>
</a>
</div>


<!--- Folder 5 --->


<div class="gallery-item text-center mb-2">
<a href="LINK_HERE" class="characters-folder child btn btn-default form-control">
<i class="fas fa-folder fa-2x"></i>
<br /><span class="characters-folder-name text-center">Folder Name</span>
</a>
</div>


<!--- Folder 6 --->


<div class="gallery-item text-center mb-2">
<a href="LINK_HERE" class="characters-folder child btn btn-default form-control">
<i class="fas fa-folder fa-2x"></i>
<br /><span class="characters-folder-name text-center">Folder Name</span>
</a>
</div>


<!--- CREDIT - do not remove --->


<div style="font-size:11px; letter-spacing:0.5px; width:1570px;">
<div class="row no-gutters" style="margin:2px;">
<a href="/carnivaI"><i class="fas fa-code"></i></a>