summaryrefslogtreecommitdiff
path: root/client/src/Mancala/StartGame.css
diff options
context:
space:
mode:
authorSOGYO\bvdoord <bvdoord@sogyo.nl>2021-01-26 11:22:58 +0100
committerSOGYO\bvdoord <bvdoord@sogyo.nl>2021-01-26 11:22:58 +0100
commitf382ec567e1292cedee7c01e721ddc38bdc4dc4e (patch)
tree3012b3343d24c4d52f4370ca1f2efc4c78dbd84f /client/src/Mancala/StartGame.css
parent9fb9913bc5ccc49d738481fa71c5ba75c43ed532 (diff)
Front-end met Snowpack toegevoegd
Diffstat (limited to 'client/src/Mancala/StartGame.css')
-rw-r--r--client/src/Mancala/StartGame.css10
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