Sunday, October 20, 2013

Blogger HTML CSS codes to customized to an optimum level

Blogger HTML CSS codes to customized to an optimum level

#main-wrapper {margin: 0px auto 0;width: 960px;} #content-wrapper {float: left;width: 600px;} .post{margin-bottom: 15px;padding-bottom: 15px;} .post-body {clear: both;margin-top: 10px;line-height: 20px;} .post-body h1, .post-body...

Radial Gradient using css3

Radial Gradient using css3

The CSS radial-gradient() function creates an <image> which represents a gradient of colors radiating from an origin, the centerof the gradient. The result of this function is an object of the CSS <gradient> data...