diff options
Diffstat (limited to 'client/style.css')
-rw-r--r-- | client/style.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/client/style.css b/client/style.css index fd26c52..6cd9f5d 100644 --- a/client/style.css +++ b/client/style.css @@ -2,11 +2,20 @@ html { font-size: 18px; } +.card { + padding: 18px; + border-radius: 18px; +} + .black { color: white; background: black; - padding: 18px; - border-radius: 18px; +} + +.white { + color: black; + background: white; + border: 2px solid black; } .blank { |