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