From 5ab7ccf00da33d2fcc02d582b8528596d92f22ed Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 22 Oct 2024 14:41:58 +0200 Subject: political phase (play cards, no effect) --- play.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index c915ed1..93df297 100644 --- a/play.css +++ b/play.css @@ -51,6 +51,16 @@ body { border: 1px solid #0008; } +.pc_pile { + position: absolute; + top: 325px; +} + +#display_prussia { left: 42px; } +#display_france { left: 246px; } +#display_pragmatic { left: 449px; } +#display_austria { left: 653px; } + header { background-color: hsl(44, 35%, 80%); color: #000c; } header.your_turn { color: black; } header.your_turn.france { background-color: var(--color-light-france); } -- cgit v1.2.3