From be749e0bf09634368a849c241d4fd8dc9b0aad6b Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Mon, 7 Nov 2022 17:28:35 +0000 Subject: [PATCH] Create style.css --- style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..d0b9a72 --- /dev/null +++ b/style.css @@ -0,0 +1,27 @@ +h1 { + text-align: center; +} +div#result-grid { + max-width: 600px; + max-height: 600px; +} +div#result-grid-raw { + max-width: 600px; + max-height: 600px; +} +div#result { + max-width: 400px; + max-height: 400px; +} +div#result-raw { + max-width: 400px; + max-height: 400px; +} +div#result-video { + max-width: 400px; + max-height: 400px; +} +img#visitor-badge { + display: block; + margin: auto; +}