Advertisement
ElithianFox

Sidebar HTML

Nov 28th, 2019
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!----------------
  2. Add or remove as many links as you want. Fontawesome icons can be replaced by others. The base for font-awesome icons is <i class="icontype iconname fa-fw ml-1 mr-3">. The fa-fw, ml-1, and mr-3 are there to make sure that the icon is in the same position as other icons in the list.
  3. ---------------->
  4. <a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link1</span></a>
  5. <a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link2</span></a>
  6. <a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link3</span></a>
  7. <a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link4</span></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement