Fast commit aka path to games XD

This commit is contained in:
2024-08-07 17:39:02 +02:00
parent cd0a1e16cd
commit dc5bc86832
3 changed files with 16 additions and 2 deletions

View File

@@ -9,9 +9,9 @@
</head>
<body>
<h1 id="opponent-score">0</h1>
<img id="opponent-choice">
<img id="opponent-choice" draggable="false">
<br>
<img id="your-choice">
<img id="your-choice" draggable="false">
<div id="choices"></div>
<h1 id="your-score">0</h1>
</body>

View File

@@ -3,6 +3,7 @@
margin: 0;
box-sizing: border-box;
transition: .5s;
user-select: none;
}
body{