Skip to content
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

apple piee #4385

Open
wants to merge 2 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions apple-pie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apple Pie Recipe</title>
<!-- Remember to link your styles -->
<link rel="stylesheet" href="styles/style.css"/>
</head>
<body>
Apple Pie

<div class="hero-image">
<h1 class="hero-text"> apple pie</h1>
<p class="example-class"></p>

</div>

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

<img src="../apple-pie/images/recipe-info.png" />
<hr />
<h1>Ingredients </h1>

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

Directions
<img src="../apple-pie/images/cooking-info.png"/>
<h1>Directions</h1>

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.
Expand All @@ -37,3 +46,4 @@
degrees C). Continue baking for 35 to 45 minutes, until apples are soft.
</body>
</html>
</p>
27 changes: 21 additions & 6 deletions apple-pie/styles/style.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand All @@ -21,4 +21,19 @@ body {
}

/* STYLES */
/* Write your CSS below */
/* 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;
}