Gradient Maker

making 1px height gradient image
gradient width: px
Start Color:
Mid Color:
End Color:
Reflection Interval
Width Amplify Continuous (just for testing)
Color suggestion

The image is set as background of a div and repeat-y for 50 px.

CSS

In the real application, the image can be set as the backgound of body tag to build gradient backgound layout.

body {
  background: url(image/) repeat-y center;
  background-color: ;
  padding: 0;
  margin: 0
}
  
.content {
  width: ;
  margin: 0 auto;
}

Test the layout in another page


Free tool by pagecolumn.com Social Bookmark
The layout of this page is generated by 3 column layout generator