diff --git a/Games/index.html b/Games/index.html index 50da5a8..ee51c34 100644 --- a/Games/index.html +++ b/Games/index.html @@ -8,6 +8,6 @@ 2048 RockPaperScissors - + QuessNumber-1D6 \ No newline at end of file diff --git a/style.css b/style.css index 1ccc43a..db5f014 100644 --- a/style.css +++ b/style.css @@ -6,11 +6,10 @@ } body{ display: flex; - flex-direction: column; justify-content: center; align-items: center; - min-height: 100vh;/* - background: #333;*/ + min-height: 100vh; + background: #333; background-image: url("./img/pc.jpg"); background-repeat: no-repeat; background-position: center;