— 2 Kudos
some of the codes i know in one place...for me and for you!!!!! (part one)
Category: Web, HTML, Tech
All these codes go into the about me in-between style tags since we are using css! //changes the main background of page, doesn't have to be an image you can remove the image part of the code and make it a color!:// body, .bodyContent { background: url(URL GOES HERE); background-repeat: no-repeat; background-size: cover; background-attachment:fixed; } //changes the background of the center of th » Continue Reading