Advertisement
ithortureu

Untitled

Aug 10th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .displayscores {
  2. width: 500px;
  3. height: 550px;
  4. background-color: #66ff33;
  5. margin: 10px;
  6. padding: 10px;
  7. border-style: solid;
  8. border-width: 2px;
  9. border-color: #000099;
  10. }
  11.  
  12. /*achievement table*/
  13. table, td {
  14. height: 100px;
  15. width: 100px;
  16. border: solid 3px;
  17. border-color: red;
  18. border-width: 2px;
  19. /*background-color: red;*/
  20. }
  21. table {
  22. border: solid 3px;
  23. border-color:black;
  24. background-color: red;
  25. }
  26.  
  27. td {
  28. background-color: #66ff33;
  29. width: "30%";
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement