Guest User

tic tac toe.css

a guest
Jan 5th, 2016
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. body {
  2.     background-color: #d2d2d2;
  3. }
  4. button {
  5.     text-align: center;
  6.     border-radius: 7px;
  7.     background-color: transparent;
  8.     font-family: 'Raleway', Segoe UI;
  9.     border: 0px;
  10.     color: black;
  11.     padding: 5px;
  12.     height: 1.7em;
  13.     width: 1.6em;
  14.     font-size: 3em;
  15. }
  16. div, table {
  17.     margin: auto;
  18. }
  19. input {
  20.     width: 1em;
  21.     height: 1em;
  22.     background-color: #d2d2d2;
  23.     border: 0px;
  24.     font-size: 7em;
  25.     font-family: 'Raleway', Segoe UI;
  26. }
  27. p {
  28.     font-size: 5em;
  29.     text-align: center;
  30.     font-family: 'Roboto'
  31. }
Add Comment
Please, Sign In to add comment