From bf45536b5c97659f12a752e3e0b6bd3097252123 Mon Sep 17 00:00:00 2001 From: coolbeans Date: Fri, 20 Feb 2026 12:36:37 +0000 Subject: [PATCH 1/5] created htmlversion of the intructions fully copied the instructions word for word, turned it html future improvements: will add css styling and make it dark(cuz the html looks like a book) may add images --- htmlversion.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 htmlversion.html diff --git a/htmlversion.html b/htmlversion.html new file mode 100644 index 0000000..6d31275 --- /dev/null +++ b/htmlversion.html @@ -0,0 +1,43 @@ + + + + + + mac'n'cheese + + + +

☆ Emily’s epic mac and cheese ☆

+

Notes:

+ +

Ingredients:

+ +

Instruction:

+ +

its open sauce haha

+ + From 85017565c07f06e6f172bcbf22c85a54832a898e Mon Sep 17 00:00:00 2001 From: coolbeans Date: Fri, 20 Feb 2026 12:39:10 +0000 Subject: [PATCH 2/5] removed a slash --- htmlversion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlversion.html b/htmlversion.html index 6d31275..c76b211 100644 --- a/htmlversion.html +++ b/htmlversion.html @@ -4,7 +4,7 @@ mac'n'cheese - +

☆ Emily’s epic mac and cheese ☆

From 5ff494b7205243d97eb401b996fe7062ccc8db76 Mon Sep 17 00:00:00 2001 From: coolbeans Date: Fri, 20 Feb 2026 12:43:38 +0000 Subject: [PATCH 3/5] added basic styling --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..700568a --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body{ + background-color: rgb(0, 0, 0); + border: 6px flat rgb(200, 0, 0); +} + +div{ + border: 6px flat rgb(200, 0, 0); +} From a61e7455b7fe15558f99ea4acc9afe86e14a1f91 Mon Sep 17 00:00:00 2001 From: coolbeans Date: Fri, 20 Feb 2026 12:45:54 +0000 Subject: [PATCH 4/5] change text to white so the user can seeeeeeeeeeee --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 700568a..5e51305 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,10 @@ body{ background-color: rgb(0, 0, 0); border: 6px flat rgb(200, 0, 0); + color: rgb(255, 255, 255); } div{ border: 6px flat rgb(200, 0, 0); } + From 0e5548698c54c8f551c68992fbe58096ff903be3 Mon Sep 17 00:00:00 2001 From: coolbeans Date: Fri, 20 Feb 2026 12:55:53 +0000 Subject: [PATCH 5/5] added a div --- htmlversion.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htmlversion.html b/htmlversion.html index c76b211..a67fe0a 100644 --- a/htmlversion.html +++ b/htmlversion.html @@ -7,6 +7,7 @@ +

☆ Emily’s epic mac and cheese ☆

Notes:

    @@ -39,5 +40,6 @@

    Instruction:

  • Top with parsley and serve ^w^

its open sauce haha

+