Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. body {
  2. background-color:#001;
  3. background-image: repeating-linear-gradient(white 15%, transparent 16%),
  4. repeating-linear-gradient(white 15%, transparent 16%);
  5. background-size: 60px 60px;
  6. background-position: 0 0, 30px 30px;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement