Home | All Fwiends | Random | Online | Music | Blog | Search

´(.)´w´(.)´'s Blog

"hey..."
Doge
13 years old
United States
Last Login: 1622643292000
Contacting ´(.)´w´(.)´
Message
Report
Add
Block
All Blogs (5/10)
1580905726000

can anyone tell me

plez teel mee hoow tu cheenge me backgroond coolor.
thx u guis

Please login to leave a comment.
Comments
´(.)´w´(.)´
1580906109000

THANK YOU SO MUCH!!!!!!!!

Nah Dude
1580906025000

In the CSS window under Edit:

body {
background-color: #ff0066;
}

If you want another color you can find the hexadecimal code with https://www.w3schools.com/colors/colors_picker.asp

If you want an image as background instead do:

body {
background-image: url("https://i.ytimg.com/vi/NrdN8nAsccI/maxresdefault.jpg");
}

You can change the url to the exact url to any picture you want to use!

Good luck!

(2/10)