diff options
author | Joris Guyonvarch | 2014-10-08 22:13:41 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2014-10-08 22:27:11 +0200 |
commit | d37a301ed39bac823e0f2223b8d229b417e128c7 (patch) | |
tree | e7e1155e8678bfb32908452993234078527d6664 /style.css | |
parent | 4521cdf1bb5725c9d497e5fb0c03943ad03a052f (diff) |
Adding a power to change the player color that reverse points to catch and points to avoid
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,25 +1,35 @@ body { margin: 0; - background-color: #111111; + background-color: #05060c; font-family: calibri; } h1 { font-weight: bold; - background-color: #225522; + background-color: #1b203f; min-width: 500px; color: white; margin: 0; - padding-top: 20px; - padding-bottom: 20px; + font-size: 36px; + padding-top: 30px; + padding-bottom: 30px; text-align: center; } #game { margin-left: auto; margin-right: auto; + margin-bottom: 40px; border-top: 10px dashed #222222; border-bottom: 10px dashed #222222; width: 500px; height: 500px; } + +p { + text-align: center; + color: #eeeeee; + font-style: italic; + font-size: 17px; +} + |