diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/css/standard.css b/css/standard.css index d913af1..bea5189 100644 --- a/css/standard.css +++ b/css/standard.css @@ -27,16 +27,22 @@ font-size: smaller; } -.joingame,.sickness,.poverty,.total { +.joingame,.sickness,.poverty,.total,.message { position: absolute; - width: 10%; + width: 20%; - top:24em; - left:45%; - right:45%; + top:20em; + left:40%; + right:40%; text-align: center; } +.poverty { + top:32em; + z-index:15; + background-color:#fff; +} + .rules { margin-top:20em; } |