Guest User

Untitled

a guest
Sep 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5. background: #fc0;
  6. background-image:
  7. linear-gradient(45deg, rgba(0, 0, 0, .3) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, .3) 0),
  8. linear-gradient(45deg, rgba(0, 0, 0, .3) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, .3) 0);
  9.  
  10. background-size: 30px 30px;
  11. background-position: 0 0, 15px 15px;
  12. min-height: 100%;
Add Comment
Please, Sign In to add comment