CODE BELOW TEXT (INCLUDES EXAMPLE IMG)
COMMENT USING IF USING PLS!!!
THERE IS AN SECOND VERSION OF THIS CODE WHERE MILLIE AND MOXXIE DON'T SHARE PFPs. LINK FOR IT IS BELOW THIS TEXT!!!
Fun fact, in most ig accs, the helluva characters use emojis but Blitzø doesn't use them as often as the others, he uses more "o3o". Most pfps are from the official ig accs, the names are also inspired by them so it would not seem innacurate to the character. Wish we had Verosika and Fizz accs before they stopped posting. Anyways here's the code, put it in the about me section and done! ;P
(Millie and Moxxie share pfp bcause they're couple goals.)
<style>
.profile .friends .person:first-child img:not(.icon){
content:url(https://i.ibb.co/KxdvKww/Blitz.jpg);
}
.profile .friends .person:nth-child(2) img:not(.icon){
content:url(https://i.ibb.co/Czwtsqg/Stolas.jpg);
}
.profile .friends .person:nth-child(3) img:not(.icon){
content:url(https://i.ibb.co/c2dkPW3/Millie.jpg);
}
.profile .friends .person:nth-child(4) img:not(.icon){
content:url(https://i.ibb.co/KV9XPKK/Moxxie.jpg);
}
.profile .friends .person:nth-child(5) img:not(.icon){
content:url(https://i.ibb.co/LphXXsC/Loona.jpg);
}
.profile .friends .person:nth-child(6) img:not(.icon){
content:url(https://i.ibb.co/K5JySW2/Via.jpg);
}
.profile .friends .person:nth-child(7) img:not(.icon){
content:url(https://i.ibb.co/jfS8nWX/Verosika.jpg);
}
.profile .friends .person:nth-child(8) img:not(.icon){
content:url(https://i.ibb.co/3kJtPtz/Fizz.jpg);
</style>
<style>
div.friends-grid{
text-align:center; /* if you want them to be center */
}
.profile .friends .person p{
display:none; /* hides the original names */
}
.profile .friends .person:nth-child(1)::before{
content:"Blitzø o3o";
}
.profile .friends .person:nth-child(2)::before{
content:"👑Stolas👑";
}
.profile .friends .person:nth-child(3)::before{
content:"Millie💞❤";
}
.profile .friends .person:nth-child(4)::before{
content:"Moxxie";
}
.profile .friends .person:nth-child(5)::before{
content:"🌙Loona⛓️";
}
.profile .friends .person:nth-child(6)::before{
content:"Octavia🌌✨";
}
.profile .friends .person:nth-child(7)::before{
content:"Verosika Mayday💋🎤";
}
.profile .friends .person:nth-child(8)::before{
content:"Fizzarolli🎪🎉";
}
<style></style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )