Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. *
  2. {
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. html, body
  8. {
  9. width: 100%;
  10. height: 100%;
  11. font-family: Roboto, Consolas, Courier New, Tahoma, Arial;
  12. }
  13.  
  14. #grid
  15. {
  16. width: 400px;
  17. height: 400px;
  18. border-spacing: 4px;
  19. position: absolute;
  20. left: 75px;
  21. top: 75px;
  22. }
  23.  
  24. #grid td
  25. {
  26. border: 1px solid black;
  27. background-color: rgba(52, 152, 219, 0.6);
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement