diff options
author | Vidhu Kant Sharma <araararagikoyomi@protonmail.com> | 2021-07-25 01:13:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 01:13:24 +0530 |
commit | 6b58ffac163b9b3637bfab1294069c55b6d5702c (patch) | |
tree | 95f270639f3a2fc6aa936961d9787a59a63b079e /src/components/style.css | |
parent | 166f8d4262729b2f771c30f8e71a305052cc13d5 (diff) | |
parent | b353dda4df7fc7be973e52a2f529360e7bfc8fed (diff) |
Merge pull request #1 from MikunoNaka/multiplayer
Merge multiplayer into master
Diffstat (limited to 'src/components/style.css')
-rw-r--r-- | src/components/style.css | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/src/components/style.css b/src/components/style.css index d33d775..79ef49e 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -16,18 +16,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -/*body, #root { - margin: 0px; - height: 100vh; - width: 100vw; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - background-color: #232627; - color: white; -}*/ - body { margin: 0; padding: 0; @@ -42,6 +30,24 @@ body { left: 0; right: 0; } +.GamemodeChooser { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 90%; + width: 100%; +} + +.GamemodeChooser .GamemodeButton { + border: 1px solid #5b76b7; + text-align: center; + font-size: 1.5rem; + padding: 0.5rem 0; + width: 15rem; + margin: 1rem; +} + .MessageBox { font-size: 7rem; display: flex; |