From f1f0e28b4e1a23e850f2dc29fee166ee256f3e38 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 23 Dec 2019 14:09:49 +0100 Subject: [PATCH] starting out polishing things --- static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..76b4b94 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,16 @@ +.tile { + display: inline-block; + border-radius: 6px; + width: 100px; + height: 100px; + margin: 30px 15px 0; + box-shadow: 0 0 3px #c3c3c3; +} + +.tile-list { + list-style: none; +} + +.tile-list li { + display: inline-block; +}