From dc5bc8683230f06a858fbee720c16f176583662a Mon Sep 17 00:00:00 2001 From: MrEidam Date: Wed, 7 Aug 2024 17:39:02 +0200 Subject: [PATCH] Fast commit aka path to games XD --- Games/RockPaperScissors/index.html | 4 ++-- Games/RockPaperScissors/style.css | 1 + Games/index.html | 13 +++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 Games/index.html diff --git a/Games/RockPaperScissors/index.html b/Games/RockPaperScissors/index.html index 0f42cf7..f2b7548 100644 --- a/Games/RockPaperScissors/index.html +++ b/Games/RockPaperScissors/index.html @@ -9,9 +9,9 @@

0

- +
- +

0

diff --git a/Games/RockPaperScissors/style.css b/Games/RockPaperScissors/style.css index bf5dfd2..57d919f 100644 --- a/Games/RockPaperScissors/style.css +++ b/Games/RockPaperScissors/style.css @@ -3,6 +3,7 @@ margin: 0; box-sizing: border-box; transition: .5s; + user-select: none; } body{ diff --git a/Games/index.html b/Games/index.html new file mode 100644 index 0000000..50da5a8 --- /dev/null +++ b/Games/index.html @@ -0,0 +1,13 @@ + + + + + + Games + + + 2048 + RockPaperScissors + + + \ No newline at end of file