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

Trouble with body Background

  • hello, everybody! :D i just recently made this layout:

    http://www.urbanoarquitectonica.com/plantillas/layout.jpg

    ..and i've been having some trouble with the striped background..i want it to be on the body but it keeps looking all cut off and weird no matter how i crop it from my psd...so i was wondering if there are any trick for this or any other option to deal with this

    thank in advance

    Raymi
  • Use this image and put this line in your css:
    body {
    background: url(path/to/image/body_bg.jpg) repeat 0 0;
    }