summaryrefslogtreecommitdiff
path: root/assets/session.css
diff options
context:
space:
mode:
authorJomar Milan <jomarm@jomarm.com>2026-06-09 17:15:24 -0700
committerJomar Milan <jomarm@jomarm.com>2026-06-09 17:15:24 -0700
commitacf5e40d02a25a6e99ef23ef61aca8cd261de9d3 (patch)
treeeb7da2b27e8a47ac1005ded7a0d70f5579ab635b /assets/session.css
parent27e1ef1ad8d7d834054b750708343378ce9e9ec5 (diff)
Add player hand display in browser
Diffstat (limited to 'assets/session.css')
-rw-r--r--assets/session.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/session.css b/assets/session.css
new file mode 100644
index 0000000..03db59d
--- /dev/null
+++ b/assets/session.css
@@ -0,0 +1,6 @@
+#hand {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ flex-wrap: wrap;
+} \ No newline at end of file