diff --git a/apple-pie/index.html b/apple-pie/index.html index a019c8262..f7a805eb3 100644 --- a/apple-pie/index.html +++ b/apple-pie/index.html @@ -5,15 +5,23 @@ Apple Pie Recipe + - Apple Pie - +
+

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 + + +


+

Ingredients

1 recipe pastry for a 9 inch double crust pie 1/2 cup unsalted butter @@ -24,7 +32,8 @@ 1/2 cup packed brown sugar 8 Granny Smith apples - peeled, cored and sliced - Directions + +

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. @@ -37,3 +46,4 @@ degrees C). Continue baking for 35 to 45 minutes, until apples are soft. +

\ No newline at end of file diff --git a/apple-pie/styles/style.css b/apple-pie/styles/style.css index 7a55b4df4..02a88f1e8 100644 --- a/apple-pie/styles/style.css +++ b/apple-pie/styles/style.css @@ -1,17 +1,17 @@ /* CSS RESET - do not remove */ /* Reset default browser styles and provide a consistent starting point */ -html { - box-sizing: border-box; - font-size: 16px; +html { + + font-size: 30px; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: border-box; } body, h1, h2, h3, h4, h5, h6, p, ol, ul { margin: 0; - padding: 0; + padding: 20 px; font-weight: lighter; } @@ -21,4 +21,19 @@ body { } /* STYLES */ -/* Write your CSS below */ \ No newline at end of file +/* Write your CSS below */ + +.hero-image { + height: 500px; + background-image: url("../images/apple-pie.jpg"); + background-size: cover; + display: flex; + justify-content: center; + align-items: center; +} + +.hero-text{ + color: azure; +} + +