diff options
Diffstat (limited to 'client/src/Mancala/StartGame.css')
| -rw-r--r-- | client/src/Mancala/StartGame.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/Mancala/StartGame.css b/client/src/Mancala/StartGame.css new file mode 100644 index 0000000..3ab5872 --- /dev/null +++ b/client/src/Mancala/StartGame.css @@ -0,0 +1,10 @@ +.startGameButton { + font-size: 2em; + background-color: lightgreen; + border: 2px solid black; +} + +.errorMessage { + height: 1em; + color: red; +}
\ No newline at end of file |
