Smol Aesthetic's Comments


custom colors aren't there :(

This user is not visible to guests.
This user is not visible to guests.

Used Here! Thanks so much for the amazing code!  

This user is not visible to guests.

Hello! This code is so so beautiful!
I just wanna mention the custom code doesn’t have the copy n paste <3 ^^

Might be trying out for a character I'm making for a friend of mine 🌟

i used this template for my profile <3 thank you!! :D

the colours are adorable! and np!

This user is not visible to guests.

The icons are from font awesome, search any icon you want and then copy and paste it in.

In the code you will find "fa-anchor", you can replace this with "fa-heart" or any other icon, do not remove the "fa-"

This user is not visible to guests.

using :>

This user is not visible to guests.

This is so cute and easy to fill out! I'll use this for the characters I'm still planning out. It looks cute, it's versatile, and there's ample room to brain-dump!
One question tho, Is there a way of making the blurb text aligned to the left rather than being centered down the middle? I like using bullet points to order my thoughts and it looks odd when they are centered, imo.

I'm glad you like it!

In the first line of code you will see this (if you are using the custom colours version):

<div class="container text-center border-0 rounded-0 py-3 px-1" style="max-width:500px; color:#23c2f1; font-family:ms gothic; font-size:12px; background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/31603654_6t9PU0Jjn2dqYAB.png); background-attachment:fixed;">

Replace the text-center with text-left, so it would look like this:

<div class="container text-left border-0 rounded-0 py-3 px-1" style="max-width:500px; color:#23c2f1; font-family:ms gothic; font-size:12px; background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/31603654_6t9PU0Jjn2dqYAB.png); background-attachment:fixed;">

I'm using the custom colors version, but I tried it anyway! It made everything aligned to the left instead of just the blurb - any way I can make only the blurb align to the left but have everything else be centered?

oh in that case just add the text-center to the list tag

 <ul class="text-center"> </ul> 

I tried text-left instead and it worked! Ty for helping me, this is one of my fave codes to use ^^

oh whoops sorry im a bit out of it today   and I'm really glad you like it <3