snippet - icon decor [f2u]

robonene

Info


Created
6 months, 23 days ago
Creator
robonene
Favorites
1623

Profile


had a silly idea for my code, figured i'd put this up for sillies. this is customizable! you can use any fontawesome animations and fontawesome icons, and you can change the color! you can also use custom images. this should be mobile friendly :3 paste this at the very beginning of your code!
also fav the character here if u want. me posting codes on here is a thinly veiled scheme to get my characters faves

FONTAWESOME ICON:
<div style="position:absolute;top:100px;left:0px;z-index: 99;"><i class="fas fa-ICON-NAME fa-shake fa-2x" style="color:#HEX;animation-duration:80s;text-shadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;"></i></div> 
ezgif-5-27c8fabcb4.gif
BOOTSTRAP COLOR ALT:
<div style="position:absolute;top:100px;left:0px;z-index: 99;"><i class="fas text-info fa-ICON-NAME fa-shake fa-2x" style="animation-duration:80s;text-shadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;"></i></div>  
(change [text-info] to any other bootstrap color, learn more abt them here)

you can change the border color on these by changing [#fff] to any other hex code!
CUSTOM IMAGE:
<div style="position:absolute;top:100px;left:0px;z-index: 99;"><img src="IMAGE LINK" class="fa-shake" style="height:45px;animation-duration:80s"></div>
ezgif-2-2203385625.gif