Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #gameContainer {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. }
  6.  
  7. #gameScreen {
  8. background: #361f77;
  9. color: #fff;
  10. -webkit-box-shadow: inset 12px 12px 0px 12px rgba(14, 0, 63, 1);
  11. -moz-box-shadow: inset 12px 12px 0px 12px rgba(14, 0, 63, 1);
  12. box-shadow: inset 12px 12px 0px 12px rgba(14, 0, 63, 1);
  13. padding: 55px 75px 35px 75px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement