Skip to content

BCN 0419 - Jason#16

Open
JasonCB083 wants to merge 1 commit into
ironhackbcn:masterfrom
JasonCB083:master
Open

BCN 0419 - Jason#16
JasonCB083 wants to merge 1 commit into
ironhackbcn:masterfrom
JasonCB083:master

Conversation

@JasonCB083
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Collaborator

@tawebbcn tawebbcn left a comment

Choose a reason for hiding this comment

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

Try to review the comments and fix it. If you have any question please let us know!

}
.images-center2 {

padding: 10px 180px 10px 180px;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Remember that you can use the shorthand: padding: 10px 180px;

<body>
<header>
<h1>Apple Pies</h1>
</header>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I would have a general structure for the html like:

<header></header>
<main></main>
<footer></footer>

As general layout. Maybe this exercise had no footer but definitely a main tag


<div class="container">
<section>
<div>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Not sure you need this div :)

<hr>
<section>
<div class="ingredients">
<p>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This p doesn't make sense here. A ptag is for paragraphs.

<img src="/Users/jasoncuellar/code/labs/lab-css-recipes-clone/apple-pie-starter-code/images/recipe-info.png" alt="recipe info " class="images-center1">
</div>
</section>
<hr>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Try not to us hr for styling. If you need a space do it with CSS better. Best practice is separation of concerns. HTML only structure and content, CSS only styling.


<div class="container">
<section>
<div>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Be careful with indentation. Something happened here, is different from the previous exercise

<div class="directions">
<h2>Directions</h2>
<ol>
<li>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Fix indentation! li should be inside ```ul````

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