• Resolved princesserbear

    (@princesserbear)


    I recently got css (im very new to it, bare with me) and have thus far been able to add color hex codes where I want them. There is one little margin that is gray, and I cant figure out where in css I can change that color. Any luck? Here is my site: http://fantagefans101.com
    It is the gray right outside of the text area and before the blue sides.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Its your page’s body background. Being added as inline style on the body tag:

    background-image: url(http://s2.wordpress.com/wp-content/themes/pub/contempt/images/blue_flower/bg.jpg); background-attachment: fixed; background-repeat: repeat-y; background-position: center top;

    Thread Starter princesserbear

    (@princesserbear)

    so where does the hex code for that gray margin go…? (sorry still confused and new to this )

    It’s part of the page background image. You’d have to change the entire image to change the grey margins.

    Thread Starter princesserbear

    (@princesserbear)

    oh ok thanks anyways

    princesserbear,

    Just to reiterate here, the grey margins are a not a hex code, they are a part of a larger jpg image. CSS can be a little confusing at first but stick with it and good luck.

    Thread Starter princesserbear

    (@princesserbear)

    Yep. Thanks =]

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Where to add hex code for margins in css?’ is closed to new replies.