Skip to content

bastante pixel perfect #4610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
139 changes: 102 additions & 37 deletions apple-pie/index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apple Pie Recipe</title>
<!-- Remember to link your styles -->
</head>
<body>
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

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.
</body>
</html>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apple Pie Recipe</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<link rel="stylesheet" href="./styles/style.css" />
</head>

<body>
<div class="foto position-relative h-75">
<img class="img-fluid" src="./images/apple-pie.jpg" alt="Tarta" />

<h1 class="titulo position-absolute z-1 text-white ">Apple pie</h1>
</div>

<div class="container p-4 mt-5 w-75">
<p class="">
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!
</p>
<div class="instrucciones my-5">
<p class=" text-center">1h 30min <i class="bi bi-clock"></i> 8 servings <i class="bi bi-pie-chart-fill"></i> 512
<i class="bi bi-bar-chart-fill"></i></p>
</div>

<hr />
<h3 class="h3 text-start my-4">Ingredients</h3>
<ul class="ms-3">
<li>1 recipe pastry for a 9 inch double crust pie</li>
<li>1/2 cup unsalted butter</li>
<li>3 tablespoons all-purpose flour</li>
<li>1/4 cup water</li>
<li>3 tablespoons all-purpose flour</li>
<li>1/4 cup water 1/2 cup white sugar</li>
<li>1/2 cup packed brown sugar</li>
<li>8 Granny Smith apples - peeled, cored and sliced</li>
</ul>

<div class="graella container my-5 grid ">
<i class="bi bi-clock"></i>
<div class="ms-4">
<div class="row">
<p class="col"> Prep</p>
<p class="col">Cook</p>
<p class="col "> Ready In</p>
</div>
<div class="row">
<p class="col">30min</p>
<p class="col">1 h</p>
<p class="col"><b>1</b>h <b>30</b>min</p>
</div>
</div>
</div>

<hr class="mt-5" />
<h2 class="mt-4">Directions</h2>
<ol class="ms-3 mt-4">
<li>
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.
</li>

<li>
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.
</li>

<li>
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.
</li>
</ol>
</div>













<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO"
crossorigin="anonymous"></script>
</body>

</html>
79 changes: 76 additions & 3 deletions apple-pie/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,26 @@ html {
font-size: 16px;
}

*, *:before, *:after {
*,
*:before,
*:after {
box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
margin: 0;
padding: 0;
font-weight: lighter;

}

/* Set the font */
Expand All @@ -21,4 +33,65 @@ body {
}

/* STYLES */
/* Write your CSS below */
/* Write your CSS below */

.foto {
width: 100%;

}
.titulo {
top:20rem;
left:23rem ;
font-size: 4.95rem;

}

/* ESTILOS DEL CUERPO*/
p{
font-size: 1.4rem;
text-align:justify;
line-height: 1.2;


}


i{
color:lightslategray;

}
ul {
/* 1. Remove the default list style */
list-style: none;
}



ul > li::before {
/*3. Set the new style for the list markers */
content: "- ";
}

.graella{
display:flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}



ol {
/* 1. Remove the default list style */
list-style: none;
}

ol > li {
/* 2. Create a custom list counter */
counter-increment: listcounter;
}

ol > li::before {
/*3. Set the new style for the list markers */
content: counter(listcounter) ")";
}
41 changes: 41 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions node_modules/@popperjs/core/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading