Striped black and yellow background?

2 replies
  • WEB DESIGN
  • |
I want to create a striped black and yellow background for Hallmorks Honey Bees - A Quest for Honey in Devon | Halmork's Quest for Honey in Devon

How would one do this?

Thanks
#background #black #striped #yellow
  • Profile picture of the author Brendanm
    Open up Photoshop or use a free online editor like Pixlr and create a blank image, make half of it black and the other half yellow.

    In your css code put
    Code:
    html,body {
    background-image: url(IMAGE);
    background-repeat: repeat;
    }
    That will repeat the background to the full page.
    Signature
    {{ DiscussionBoard.errors[5669905].message }}
  • Profile picture of the author kokopelli
    Signature
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {{ DiscussionBoard.errors[5674145].message }}

Trending Topics