wow haha that’s so nice omg
what lol what kind of rule, this is really it:
i generally put this in the code of all my themes:
( 6 months ago) · Nov 17,2012 → 3 notesIf you guys check the themebar on the left, I have added a second version of Ceptember, which has two columns instead of the original three. :)
Just click on “v2”
( 6 months ago) · Nov 17,2012 → 511 notesThis is really easy, and you don’t even need much experience.
( 6 months ago) · Nov 17,2012 → 115 notesIf you look at a theme’s css, you will see the body tag such as:
body
{
background-image:url(‘supernatural.gif’);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
Background position will do what it says. It will position your background image to a specific region. In the example above, your background image would be centered.
Options you can use besides ‘center’.
left top
left center
left bottom
right top
right center
right bottom
center top
center center
center bottom