diff --git a/WebGames-master/WebGames-master/index.html b/WebGames-master/WebGames-master/index.html index 3c642475..a1b318f9 100644 --- a/WebGames-master/WebGames-master/index.html +++ b/WebGames-master/WebGames-master/index.html @@ -4,6 +4,17 @@ + + + \ No newline at end of file diff --git a/testacounts/styles.css b/testacounts/styles.css new file mode 100644 index 00000000..90af7def --- /dev/null +++ b/testacounts/styles.css @@ -0,0 +1,51 @@ +body { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + margin: 0; +} + +.container { + background-color: white; + padding: 20px; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + width: 300px; +} + +h1 { + text-align: center; +} + +form { + display: flex; + flex-direction: column; +} + +label { + margin-top: 10px; +} + +input { + padding: 8px; + margin-top: 5px; + border: 1px solid #ccc; + border-radius: 4px; +} + +button { + margin-top: 15px; + padding: 10px; + border: none; + border-radius: 4px; + background-color: #007BFF; + color: white; + cursor: pointer; +} + +button:hover { + background-color: #0056b3; +} \ No newline at end of file diff --git a/testacounts/users.txt b/testacounts/users.txt new file mode 100644 index 00000000..e69de29b