diff --git a/style.css b/style.css new file mode 100644 index 0000000..5791980 --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +img { + display: block; + margin: 0 auto; + max-height: 100vh; +} + +#buttons { + position: fixed; + width: 100%; + bottom: 0; +} \ No newline at end of file