linear-repeat-1e.html 202 B

1234
  1. <div style="background: -moz-linear-gradient(black, black 50%, white 50%, white);
  2. background-size: 300px 100px; background-repeat: repeat-y;
  3. width: 500px; height: 300px;"></div>