Comments on f2u . guilt by association All Comments Start of Thread Parent

How do I make a background like yours? I can only find instructions for a large background

looks like that was achieved by adding a background declaration to the very first element ! after the big comment at the start, you'll see the following opening tag:

<div class="container p-0 my-auto" style="max-width: 550px;">

to add a background, you'd add a property such as background-image and then fill in whatever value, in the end it'd look something like this

d<div class="container p-0 my-auto" style="max-width: 550px;background-image:url(YOURLINKHERE)">



thank you SO MUCH!!!!

This user is not visible to guests.