Skip to content

added styles and updated the html - #4759

Open
Chinonye1 wants to merge 1 commit into
ironhack-labs:masterfrom
Chinonye1:master
Open

Chinonye1 wants to merge 1 commit into
ironhack-labs:masterfrom
Chinonye1:master

Conversation

@Chinonye1

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings May 4, 2026 20:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR styles the apple-pie recipe page and restructures the HTML to match a more semantic “recipe page” layout (hero image/title, intro, ingredients list, directions list).

Changes:

  • Linked the external stylesheet in apple-pie/index.html.
  • Reworked the recipe content into sections with <ul>/<ol> lists and added a hero background/title block.
  • Added CSS for layout, typography, list formatting, and the hero background image.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
apple-pie/styles/style.css Adds layout/typography styles, hero background styling, and list formatting.
apple-pie/index.html Links CSS and restructures the recipe into sections with headings and lists.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +35 to +40
width: 750px;

}

section {
width: 750px;
Comment on lines +54 to +58
.cooking_imge{
margin: 10px auto;
display: block;
max-height: 60px;
}
Comment thread apple-pie/index.html
Comment on lines +18 to +20
<h4>This was my grandmother's apple pie recipe. I have never seen another one<br /> quite like it. It will always
be my favorite and has won me several first place<br /> prizes in local competitions. I hope it becomes one of your
favorites as well! </h4>
Comment thread apple-pie/index.html
Comment on lines +36 to +37
<li>3 tablespoons all-purpose flour</li>
<li>1/4 cup water 1/2 cup white sugar</li>
Comment thread apple-pie/index.html

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>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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants