From cc9bda2fe0e157da29cebac3e854b5073e1a8d35 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 5 Nov 2022 17:35:24 -0400 Subject: [PATCH] Initial Commit --- index.html | 13 +++++++++++++ style.css | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..91a769b --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Alex & Jennie's Wedding + + + + Hello World + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..adc1f09 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +/* https://www.swyx.io/css-100-bytes */ +html { + max-width: 70ch; + padding: 3em 1em; + margin: auto; + line-height: 1.75; + font-size: 1.25em; +} -- libgit2 1.1.1