From f35cfff22f6a6b4320b0d8bc8b133a4cd9899562 Mon Sep 17 00:00:00 2001 From: miltonOchoa Date: Mon, 10 Jan 2022 18:37:07 -0600 Subject: [PATCH 1/2] We created a new html document --- git | 0 index.html | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 git create mode 100644 index.html diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..6feb6c9 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + +

Hello World

+ + \ No newline at end of file From 5d1b33ff2a7392edfa00c8e43c0b43b0c5f2c261 Mon Sep 17 00:00:00 2001 From: miltonOchoa Date: Mon, 10 Jan 2022 18:43:56 -0600 Subject: [PATCH 2/2] added css file --- 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..824a97b --- /dev/null +++ b/styles/index.css @@ -0,0 +1,3 @@ +h1{ + color: lightblue; +} \ No newline at end of file