body {
background-image: url(url of the image you want as your background);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
color: whatever color you want; (this changes the color of the text on your page,, also, the color has to be in the hex format, for example #FFFFFF, which is the color white)
}
if you don't want to have an image as your background then do
so, how do you get your text to be in little colored boxes?
thx!!!
so, here's how to change your background
body {
background-image: url(url of the image you want as your background);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
color: whatever color you want; (this changes the color of the text on your page,, also, the color has to be in the hex format, for example #FFFFFF, which is the color white)
}
if you don't want to have an image as your background then do
uhhh! if u could just give me some basic templates for changing the background and color palette, that would be great!!
i can help you!! just ask me how to do something in css and i'll give you the codes and stuff lol