I have a site with simple background-color (white) i would like to change the background like this
How to do it?
Thanks.
|
I have a site with simple background-color (white) i would like to change the background like this How to do it? Thanks. |
|||
Questions on Graphic Design Stack Exchange are expected to relate to graphic design within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Without seeing your site, most websites use css to style the page. Look at your page code. Near the top it will either have a section with More than likely, it will reference an external .css file. Find that file in your directory and edit it in a text editor. Look for a line that says:
This is the line you'll have to change (there may be a few background-color declarations so try them starting at the top of the document). Replace the 'white' with another web-color. Search web-colors or go here to select a new color and type in the code: http://html-color-codes.info/ Hope that helps |
|||
|
|
htmlorbodyor both of them ( If you want to use 2 images as the background ). – Joonas Nov 6 '12 at 7:50