Guessing Game
-- I'm thinking of a number from 1 to 99! Can you guess it in 5 tries or - less? -
-diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.css b/index.css index 3024e63..011c239 100644 --- a/index.css +++ b/index.css @@ -1,7 +1,7 @@ -main { + main { display: flex; - justify-content: center; flex-direction: column; + justify-content: center; align-items: center; margin: auto; } diff --git a/index.html b/index.html index af638da..7f59fd5 100644 --- a/index.html +++ b/index.html @@ -1,37 +1,56 @@ - + -
- - - - -- I'm thinking of a number from 1 to 99! Can you guess it in 5 tries or - less? -
-+ I'm thinking of a number from 1 to 99! + Can you guess it in 5 tries or less? +
+ +