Comments on orpheus / f2u html All Comments

I'm using this, but I have a question. How do I change it so I have the quote in the middle? Cuz I don't need the 'content warning' part. Thank you!^^

hi there! thanks for using my code!

replace the <p> tag underneath the <--- quote ---> with:

<p class="text-center font-italic" style="letter-spacing:1px;color:#A7576C;margin-top:65px;">

basically just add a top margin, you should be good to go! you can make it less pixels if the quote goes to two lines. hope this helped!!

Thank you so much!! It was very helpful and it works! Really appreciate your help! <3

awesome, of course!! :DD glad i could help!!

Ah, I have another question. Sorry~ it is about the coding in the background picture...

1) How did you find that background gif because I wanted to find something similar, but in a different color?

2) I tried finding a random picture on google, but it makes the image repeat too many times. How do I change that in code? I want to make that image like full screen, similar to how desktop wallpaper works.

Thank you & sorry to bother you again.

1) i get my patterns from this tumblr post!

2) on the very first line of code, there should be a background url parenthesis and after, it says "repeat fixed." remove the "repeat" to make it stop repeating, and remove the "fixed" to make the image stop scrolling with you when you scroll

no problem!! i hope these answered your questions :0

3 Replies