×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
1
Language: CSS
Posted by: Philip Rehberger
Added: Sep 14, 2016 12:11 AM
Modified: Sep 14, 2016 2:00 AM
Views: 2105
  1. body {
  2.     background-color: white;
  3.     background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black),
  4.     linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  5.     background-size: 100px 100px;
  6.     background-position: 0 0, 50px 50px;
  7. }