caaaaat's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Changing Background Colors & Images

Please read all of this to target the correct area!
This is a super easy code snippet to change background color or image:

<style>

main {
background-color: #ffffff;
}

body {
background-color: #ffffff;
}

</style>


Main will target the middle part of your profile
Body will target the left and right behind your profile

If you’d like to also add an image, simply add this line underneath the color:

background-image: paste-url-here.html;

Same rule applies depending on which area you’d like your background image. Just paste in the desired area!

I hope this helps!!!


0 Kudos

Comments

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