• hi,

    I’m not too much a coder but I want to add background in each of this location on my home page.

    this is what I’m trying to edit in my style.css

    something is wrong here:

    #background {
    background: url(‘../../header-images/background_home.jpg’) no-repeat;
    }

    #branding {
    background: url(‘../../header-images/banner_home.jpg’) no-repeat;
    }

    #footer {
    background: url(‘../../header-images/footer.jpg’);
    }

Viewing 1 replies (of 1 total)
  • Thread Starter vtifu

    (@vtifu)

    I’ve just realize that this part of code is working here:

    }
    #branding {
    background: url(‘../../header-images/banner_home.jpg’) no-repeat;
    }

    #footer {
    background: url(‘../../header-images/footer.jpg’);
    }

    ######

    but can’t get the entire background site working?

    #background {
    background: url(‘../../header-images/background_carbon.png’); no-repeat;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘backgorund img’ is closed to new replies.