treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Repeating Image Issue?

  • Hi guys,

    This is probably something really minor and simple BUT I just can't figure it out. I think it may have something to do with my CSS style sheet #nick style. I have a white bar that appears on top and bottom portion of the screen. Still learning the lingo so pardon my bad phrasing.

    Here is the link to my site: http://nickswenson.com/

    Thanks for all your help in advance!
    Nick
  • For the top:
    within #nick, change the background position to "-10 0" and the top padding to 60px (or so -- adjust to fit)

    For the bottom:
    Just add "background-color:#373737;" to #footer.

    ...elements of that design sure look similar to something I've seen before...
  • "falkencreative" said:
    For the top:
    within #nick, change the background position to "-10 0" and the top padding to 60px (or so -- adjust to fit)

    For the bottom:
    Just add "background-color:#373737;" to #footer.

    ...elements of that design sure look similar to something Obama related I've seen before...


    Thanks, Falkencreative! You're right...it's supposed to have that feel to it *hint* *hint* ;) Thanks again for your help.