— 1 CommentPinned
codes I use to make layouts- (Part 1, I'll most likely make part 2 later)
Category: SpaceHey
Base codes- (Main background, background, etc) You can change the "background-color" to just "background" and put the image address there. (Only .png and .gif normally work) /* background of the page (i.e. left and right of your profile) */ body { background-color: #111; } /* your profile itself. main does » Continue Reading