Advertisement
PhilHole

Untitled

Oct 2nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. #setupDiv {
  2. text-align: center;
  3. margin: auto;
  4. width: auto;
  5. height: auto;
  6. }
  7.  
  8. #mainDiv {
  9. width: auto;
  10. height: auto;
  11. background-image: url('Blue-Camo17.jpg');
  12. background-size: cover;
  13.  
  14. border: solid 5px #004652;
  15. border-radius: 2px;
  16. }
  17.  
  18. .center {
  19. text-align: center;
  20. padding-bottom: 4px;
  21. padding-top: 4px;
  22. }
  23.  
  24. #boardDiv {
  25. width: auto;
  26. height: auto;
  27. }
  28.  
  29. .boardSquare {
  30. vertical-align: top;
  31. width: 20px;
  32. height: 20px;
  33. }
  34.  
  35. .boardSquareClicked {
  36. vertical-align: top;
  37. width: 20px;
  38. height: 20px;
  39. background-color: gray;
  40. }
  41.  
  42. #startButton {
  43. }
  44.  
  45. #textfieldNumberOfShips {
  46. size: 4px;
  47. }
  48.  
  49. #infoDiv {
  50. text-align: center;
  51. }
  52.  
  53. .resrow {
  54. color: yellowgreen;
  55. text-align: center;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement