diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-04-21 13:44:38 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-04-21 15:55:51 +0200 |
| commit | ca7f97e765024b3ba279f2c4485e28add7b7e1a7 (patch) | |
| tree | f696510846b2654151ba99aebafcf5bb5445e254 /src/style.css | |
| parent | 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (diff) | |
| download | boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.gz boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.zst boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.zip | |
v1.0.0
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 8803e96..53fc5f8 100644 --- a/src/style.css +++ b/src/style.css @@ -4,8 +4,8 @@ -moz-osx-font-smoothing: grayscale; color: white; background-color: black; + font-size: 2em; } - table { border-collapse: collapse; margin: 20px auto; @@ -21,3 +21,14 @@ td div, #next div { margin: auto auto; border-radius: 50%; } +header { + margin-top: 5vh; + margin-left: 5vh; + text-align: center; +} +header div { + margin: 20px; +} +#next div { + display: inline-block; +} |
