From 3b7d11c6182b8aa3d3d4f9e36c213e4eba6c8d8f Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 30 Jul 2020 19:42:26 +0200 Subject: Add cards from CardsAgainstCryptography --- client/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 client/style.css (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css new file mode 100644 index 0000000..fd26c52 --- /dev/null +++ b/client/style.css @@ -0,0 +1,16 @@ +html { + font-size: 18px; +} + +.black { + color: white; + background: black; + padding: 18px; + border-radius: 18px; +} + +.blank { + border-bottom: 2px solid white; + display: inline-block; + width: 42px; +} -- cgit v1.2.3