Starmiee⭐️<3's profile picture

Published by

published
updated

Category: Web, HTML, Tech

help greatly appreciated (profile coding)

i dont know dick abt coding, will someone tell me how to change the background? can i frankstein a picture or gif into the code? is that possible? a video tutorial might help me faster but pls add details im so dumb ><


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

lucien zeal

lucien zeal's profile picture

you want something like:

<.style>
body {
background: url('direct link to your image here, ending in .png/.jpg/.gif/whatever');
}
<./style>

(take out the . in the style tags, that just stops it disappearing in the comment)

this might help if you want to edit how the background shows up if it doesn't look right: https://www.w3schools.com/cssref/css3_pr_background.php

for example you can adjust the size, whether or not it repeats, things like that - i don't mind explaining those better!


Report Comment



tysm this was helpful !!!!!

by Starmiee⭐️<3; ; Report