diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-01 01:36:43 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | bd6d271455760a427d553ad4018b3f380dafc952 (patch) | |
tree | 22b1ecaa09e8ef79daa313163062d53fdf01bace /play.css | |
parent | aa65d7ea6310b2466de312ec783bafa79069cd1b (diff) | |
download | 300-earth-and-water-bd6d271455760a427d553ad4018b3f380dafc952.tar.gz |
Split into separate module.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -84,6 +84,12 @@ body.Greece header.your_turn { background-color: salmon; } width: 250px; height: 350px; border-radius: 12px; + display: none; + box-shadow: 1px 1px 5px rgba(0,0,0,0.5); +} + +.card.show { + display: block; } .card_info .card { @@ -154,6 +160,7 @@ body.Greece header.your_turn { background-color: salmon; } } #map { + position: relative; width: 1240px; height: 878px; background-size: cover; |