From 596f874eeafe5c4d6e3d76bfa893e738101c3d8f Mon Sep 17 00:00:00 2001 From: Nestor Suarez Delgado Date: Mon, 13 Jan 2025 14:26:29 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Commit=20N=C3=A9stor=20y=20Kilian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apple-pie/index.html | 62 +++++++++++++++++++++++-------------- apple-pie/styles/style.css | 63 +++++++++++++++++++++++++++++++++++++- 2 files changed, 101 insertions(+), 24 deletions(-) diff --git a/apple-pie/index.html b/apple-pie/index.html index a019c8262..7b729a916 100644 --- a/apple-pie/index.html +++ b/apple-pie/index.html @@ -4,36 +4,52 @@ 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 - - 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 +
+

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!

+ Imagen de receta +

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

Ingredients

+ - 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. + Imagen de ingredientes +

+ +
+
+ +

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. +
+
- 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/styles/style.css b/apple-pie/styles/style.css index 7a55b4df4..9a41a54f7 100644 --- a/apple-pie/styles/style.css +++ b/apple-pie/styles/style.css @@ -21,4 +21,65 @@ body { } /* STYLES */ -/* Write your CSS below */ \ No newline at end of file +/* Write your CSS below */ + +header { + background-image:url("https://raw.githubusercontent.com/nestorsdelgado/lab-css-recipes-clone/refs/heads/master/apple-pie/images/apple-pie.jpg"); + height: 850px; + background-repeat: no-repeat; + background-size: cover; + color: white; + font-size: 90px; + text-align: center; + padding-top: 335px; +} + +section { + padding: 50px 50px 0px 50px; + background-color: white; +} + +#cabecera p { + text-align: justify; + padding: 0px 100px 0px 100px; + font-size: 20px; + +} + +img { + padding: 25px 10% 0 10%; + height: 50%; + width: 50%; + display: block; + margin-left: auto; + margin-right: auto; +} + +.separador { + padding: 0 5% 0 5%; + margin-left: 7%; + margin-right: 7%; + border-bottom: 2px; + border-bottom-color: gray; + border-bottom-style: solid; +} + +h2 { + padding: 0px 100px 25px 100px; + +} + +#ingredients li { + padding: 0px 100px 0px 110px; + font-size: 20px; + list-style-type: none; +} + +#ingredients li::before { + content: "- " +} + +#directions ol { + padding: 0px 100px 0px 130px; + font-size: 20px; +} \ No newline at end of file From 7d313cda42b7ac5a55031fe833b8a66430cfdf9e Mon Sep 17 00:00:00 2001 From: Kilian Date: Mon, 13 Jan 2025 21:01:28 +0000 Subject: [PATCH 2/2] =?UTF-8?q?commit=20Kilian=20y=20N=C3=A9stor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d05ee2f..1a08980a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![logo_ironhack_blue 7](https://user-images.githubusercontent.com/23629340/40541063-a07a0a8a-601a-11e8-91b5-2f13e4e6b441.png) -# LAB | HTML & CSS - Recipes Clone +# LAB | HTML & CSS-Recipes Clone