Advertisement
Guest User

Untitled

a guest
May 24th, 2017
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. .grid-wrapper {
  2. width: 100%;
  3. height: 100%;
  4. grid-gap: .5vw;
  5. grid-kiss:
  6. "+-------------------------+ +-------+ +--------+ +------------------+ +--------+"
  7. "| | | :2 | | :3 | | | | :16 |"
  8. "| :1 | | | | | | :14 | | |"
  9. "| | +-------+ +--------+ | | +--------+"
  10. "| | +-------+ +--------+ | | +--------+"
  11. "| | | :4 | | :5 | | | | :17 |"
  12. "| | +-------+ +--------+ +------------------+ +--------+"
  13. "| | +------------------+ +--------+ +-------+ +--------+"
  14. "| | | | | :18 | | :19 | | :20 |"
  15. "+-------------------------+ | :6 | +--------+ +-------+ +--------+"
  16. "+---------------+ +-------+ | | +--------+ +------------------+"
  17. "| | | :8 | | | | :21 | | |"
  18. "| :7 | +-------+ +------------------+ +--------+ | :15 |"
  19. "| | +-----------------+ +--------+ +--------+ | |"
  20. "| | | | | :12 | | :22 | | |"
  21. "+---------------+ | | +--------+ +--------+ +------------------+"
  22. "+------+ +------+ | :11 | +--------+ +--------+ +-------+ +-------+"
  23. "| :9 | | :10 | | | | :13 | | :23 | | :24 | | :25 |"
  24. "+------+ +------+ +-----------------+ +--------+ +--------+ +-------+ +-------+"
  25.  
  26. }
  27.  
  28. .grid-wrapper > div {
  29. background-color: #999;
  30. color: #fff;
  31. transition: box-shadow .2s ease;
  32. box-shadow: inset 0 0 0 0 #09a5ac;
  33. }
  34.  
  35. html, body{
  36. height: 100%;
  37. width: 100%;
  38. margin: 0;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement