diff --git a/recip.css b/recip.css new file mode 100644 index 0000000..49fae21 --- /dev/null +++ b/recip.css @@ -0,0 +1,35 @@ +body { + font-family: Arial, sans-serif; + background-image: url("../images/apple-pie.jpg"); + background-size: cover; + background-position: center; + text-align: center; +} + +header { + background-color: rgba(255, 255, 255, 0.8); + padding: 20px; + font-size: 24px; +} + +.recipe-image img { + width: 80%; + max-width: 600px; + border-radius: 10px; +} + +.recipe-info, +.instructions { + background-color: rgba(255, 255, 255, 0.9); + margin: 20px auto; + padding: 15px; + width: 80%; + max-width: 600px; + border-radius: 10px; +} + +ul, +ol { + text-align: left; + display: inline-block; +} diff --git a/recip.html b/recip.html new file mode 100644 index 0000000..3d6776f --- /dev/null +++ b/recip.html @@ -0,0 +1,40 @@ + + + + + + Apple Pie Recipe + + + +
+

Apple Pie

+
+
+ Delicious Apple Pie +
+
+

Ingredients

+ +
+
+

Instructions

+
    +
  1. Preheat oven to 375°F (190°C).
  2. +
  3. Mix apples, sugar, flour, cinnamon, salt, and lemon juice.
  4. +
  5. Place the apple mixture into the pie crust.
  6. +
  7. Cover with top crust and seal the edges.
  8. +
  9. Bake for 50 minutes or until golden brown.
  10. +
  11. Let it cool before serving.
  12. +
+
+ +