From 036f1ade3cf14bcf4b25e544c3fff6909f0ba195 Mon Sep 17 00:00:00 2001 From: Devon Curtis <87959309+DevonCurtis@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:21:07 -0500 Subject: [PATCH 1/2] added an html file and built first web --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..56efbdb --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file From c663e493a37b8951aae4d023ae6b21c2f032ab89 Mon Sep 17 00:00:00 2001 From: Devon Curtis <87959309+DevonCurtis@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:26:46 -0500 Subject: [PATCH 2/2] added styling --- styles/index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styles/index.css diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..989779c --- /dev/null +++ b/styles/index.css @@ -0,0 +1,3 @@ +h1 { + color: turquoise; +} \ No newline at end of file