Jump to content

add color to either side of page


php_begins

Recommended Posts

I was just playin with  http://www.texaslakesandponds.com/index_test.html

The page is centered now and I want to add color to both sides of the page(currently it is white)

Can Someone tell me how.

Also if i want to add shaded green, do i have to add an image or something..A bit of html help would be appreciated..

Link to comment
https://forums.phpfreaks.com/topic/254615-add-color-to-either-side-of-page/
Share on other sites

a background image? can be obtained with this

 

body {

background-image:url('image url'); background-position: center top; background-repeat: no-repeat;

background-size: 100%;

 

this is for a background image that willl not repeat, is stretched over entire page but it nost fixed enjoy

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.