CSS3 Pattern gradient 2

Repeating Backgrounds

by toubia95

HTML

<div></div>

CSS

/* http://lea.verou.me/css3patterns/ */
body {
background: -moz-repeating-linear-gradient(-50deg, white 0, lightblue 10%);
min-height: 100%;
}