diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..666e43a --- /dev/null +++ b/css/style.css @@ -0,0 +1,10 @@ +:root { + color-scheme: dark; + font-family: monospace; + font-size: 16px; +} + +body { + margin: auto; + max-width: 768px; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..e0bbd6a --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + +