diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..bf1c778a7 Binary files /dev/null and b/.DS_Store differ diff --git a/apple-pie-starter-code/css/main.css b/apple-pie-starter-code/css/main.css index e69de29bb..1c1d7d2a8 100644 --- a/apple-pie-starter-code/css/main.css +++ b/apple-pie-starter-code/css/main.css @@ -0,0 +1,102 @@ +* { + margin: 0; + padding: 0; + line-height: 20px; + font-size: 18px; +} + +body { + font-family: 'Raleway', sans-serif; + background-color: rgb(255, 255, 255); +} + +header { + overflow: hidden; + height: 940px; +} + +header img { + position: relative; + width: 100%; + height: auto; + background-size: cover; +} + +h1 { + position: absolute; + top: 430px; + left: 0; + width: 100%; + text-align: center; + color: white; + font-size: 5rem; +} + +main { + margin: 75px 125px; +} + +.intro { + text-align: center; + font-size: 25px; + margin-bottom: 20px; + margin-top: 30px; +} + +.intro p { + font-size: 1.5rem; + letter-spacing: 3px; + line-height: 30px; +} + +.intro img { + margin-top: 15px; +} + +ul { + text-align: left; + margin-bottom: 30px; + list-style-type: none; +} + +ul li:before { + content: "- "; + color: black; + font-size: inherit; +} + +h3 { + margin-bottom: 20px; + text-align: left; +} + +.ingredianc { + text-align: center; + margin-top: 40px; + margin-bottom: 30px; +} + +.recepi { + margin-top: 40px; + text-align: left; +} + +ol { + list-style: none; + counter-reset: my-awesome-counter; +} + +ol li { + counter-increment: my-awesome-counter; +} + +ol li::before { + content: counter(my-awesome-counter) ") "; + color: rgb(5, 5, 5); + font +} + +main img { + width: 450px; + height: 100%; +} \ No newline at end of file diff --git a/apple-pie-starter-code/index.html b/apple-pie-starter-code/index.html index 9c85ce748..d7f7c0022 100644 --- a/apple-pie-starter-code/index.html +++ b/apple-pie-starter-code/index.html @@ -1,35 +1,69 @@ + - Apple Pie Recipe + Apple Pie Recipe + + + + + + + + -Apple Pies -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 -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 to a boil. Reduce -temperature and let simmer. - -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. - -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. + +
+ 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!

+ bbb + +
+ +
+ +
+

Ingredients

+ + + aaa + +
+ +
+
+

Directions

+ +
    +
  1. 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.
  2. +
  3. 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.
  4. +
  5. 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.
  6. +
+ + +
+ + +
+ + + - + + \ No newline at end of file