From 16db2016395eab93300cd0afa7e420636362acc8 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 19 Jan 2024 14:56:15 -0500 Subject: init --- static/styles.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 static/styles.css (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..d38aa7e --- /dev/null +++ b/static/styles.css @@ -0,0 +1,40 @@ +label { + font-family: Cantarell; + font-weight: bold; + font-size: small; +} + +#gameboard { + text-align: center; +} + +figcaption { + font-size: small; + font-weight: bold; + margin-bottom: .5em; + text-align: left; +} + + +.wrapper { + text-align: left; + overflow: auto; + overflow-y; hidden; + white-space: nowrap; + padding-top: 10px; +} + +img { + display: inline-block; + max-height: 500px; + max-width: 100%; +} + +figure { + vertical-align: top; + margin: 0; + padding: 10px; + display: inline-block; + max-width: 80%; +} + -- cgit v1.2.3