diff --git a/htmlversion.html b/htmlversion.html new file mode 100644 index 0000000..a67fe0a --- /dev/null +++ b/htmlversion.html @@ -0,0 +1,45 @@ + + + + + + mac'n'cheese + + + +
+

☆ Emily’s epic mac and cheese ☆

+

Notes:

+ +

Ingredients:

+ +

Instruction:

+ +

its open sauce haha

+
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..5e51305 --- /dev/null +++ b/style.css @@ -0,0 +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); +} +