Skip to content

Commit

Permalink
Update: Added game files for iOS and Android and Web
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 20, 2024
1 parent f6b33f4 commit af4ca3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Web-Version/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');

html {
overflow-y: hidden;
}

body {
font-family: "Poppins", sans-serif;
background-color: #faf8ef;
Expand All @@ -8,6 +12,7 @@ body {
align-items: center;
min-height: 100vh;
margin: 0;
overflow-y: hidden;
}

#gameContainer {
Expand Down

0 comments on commit af4ca3b

Please sign in to comment.