diff --git a/index.html b/index.html index cf5c31a..ddf8e34 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,12 @@ - + Project Library

Project Library

- +

Paragraph for netlify

+ \ No newline at end of file diff --git a/script.js b/script.js index 6a61c06..bc79435 100644 --- a/script.js +++ b/script.js @@ -404,3 +404,6 @@ const recipes = [ image: './recipe-images/grilled.jpg' } ] + +console.log("Books: ", books) +console.log("Recieps: ", recipes) \ No newline at end of file diff --git a/style.css b/style.css index e69de29..e428f27 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,5 @@ +body { + background: wheat; + color: firebrick; + font-family: "Montserrat"; +} \ No newline at end of file