diff --git a/apple-pie/index.html b/apple-pie/index.html index a019c8262..c48eab115 100644 --- a/apple-pie/index.html +++ b/apple-pie/index.html @@ -4,36 +4,49 @@ Apple Pie Recipe - + + - Apple Pie - - This was my grandmother's apple pie recipe. I have never seen another one quite like it. It will always +

Apple Pie

+
+

This was my grandmother's apple pie recipe. I have never seen another one quite like it. It will always be my favorite and has won me several first place prizes in local competitions. I hope it becomes one of your - favorites as well! - - Ingredients + favorites as well!

- 1 recipe pastry for a 9 inch double crust pie - 1/2 cup unsalted butter - 3 tablespoons all-purpose flour - 1/4 cup water - 3 tablespoons all-purpose flour - 1/4 cup water 1/2 cup white sugar - 1/2 cup packed brown sugar - 8 Granny Smith apples - peeled, cored and sliced - - Directions - Preheat oven to 425 degrees F (220 degrees C).Melt the butter in a saucepan. Stir in flour to form a paste. Add water, white sugar and brown sugar, and bring + + +
+ +

Ingredients

+ +

+ + + + + + +

+ +
+
+ +

Directions

+

    Preheat oven to 425 degrees F (220 degrees C).Melt the butter in a saucepan. Stir in flour to form a paste. Add water, white sugar and brown sugar, and bring to a boil. Reduce temperature and let simmer. - - Place the bottom crust in your pan. Fill with apples, mounded +
+
    Place the bottom crust in your pan. Fill with apples, mounded slightly. Cover with a lattice work crust. Gently pour the sugar and butter liquid over the crust. Pour slowly so - that it does not run off. + that it does not run off.
- Bake 15 minutes in the preheated oven. Reduce the temperature to 350 degrees F (175 - degrees C). Continue baking for 35 to 45 minutes, until apples are soft. +
    Bake 15 minutes in the preheated oven. Reduce the temperature to 350 degrees F (175 + degrees C). Continue baking for 35 to 45 minutes, until apples are soft.

+ +
+ + + diff --git a/apple-pie/style.css b/apple-pie/style.css new file mode 100644 index 000000000..97b17d2ad --- /dev/null +++ b/apple-pie/style.css @@ -0,0 +1,55 @@ +/* CSS RESET - do not remove */ +/* Reset default browser styles and provide a consistent starting point */ +html { + box-sizing: border-box; + font-size: 16px; +} + +*, *:before, *:after { + box-sizing: inherit; +} + + + + +.ingredients { + text-align: center; + + +} + +h1 { + background-image: url(../images/apple-pie.jpg); + align-items: center; + color: white; + text-align: center; + size: 400px; + height: 500px; + +} + + + +p { + margin-left: 350px; + margin-right: 350px; +} + h2 { + margin-left: 100px; +} + +ul { + margin-left: 100px; +} + +h3 { + margin-left: 100px; +} + +ol { + margin-left: 100px; +} + +/* Set the font */ +body { + font-family: "Helvetica", sans-serif;} diff --git a/lab-css-recipes-clone b/lab-css-recipes-clone new file mode 160000 index 000000000..27d9932a9 --- /dev/null +++ b/lab-css-recipes-clone @@ -0,0 +1 @@ +Subproject commit 27d9932a932abedd6d4f58c9a212a10c22f7e342