HTML Snippets (Credit Overlay)

somnacanth

Info


Created
3 years, 1 month ago
Creator
Jade-Everstone
Favorites
64

Profile


Credit Overlay

I like using these to credit/link back to images

To use, copy & paste the code the card you're using for an image (i set the font-size to 20px & the position to be bottom-left for the example but you can change those)

Pastebin Link

Select All

<!--Credit Overlay Snippet-->
 
<!--To use, copy & paste the code below in the card you're using for an image (i set the font-size to 20px & the position to be bottom-left for the example but you can change those)-->
 
<a href="LINK HERE" class="text-white" style="position:absolute; bottom:3px; left:5px; font-size:20px" data-toggle="tooltip" title="img credit"><i class="fas fa-image"></i> </a>

Manual Select

<!--Credit Overlay Snippet-->
 
<!--To use, copy & paste the code below in the card you're using for an image (i set the font-size to 20px & the position to be bottom-left for the example but you can change those)-->
 
<a href="LINK HERE" class="text-white" style="position:absolute; bottom:3px; left:5px; font-size:20px" data-toggle="tooltip" title="img credit"><i class="fas fa-image"></i> </a>