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; +}