Skip to content

bcn 04/19 Chloé#5

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

bcn 04/19 Chloé#5
chloeleteinturier wants to merge 1 commit into
ironhackbcn:masterfrom
chloeleteinturier:master

Conversation

@chloeleteinturier
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.

Overall really good job! Simple and good structure, keep it like that, good use of classes instead of id.

@@ -0,0 +1,50 @@
*{
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 to add the reset part to make your live easier.

<section class="description">
<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!</p>
<img class="info" src="images/recipe-info.png" alt="recipe-info">
<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 no to use hr for styling, only when it makes sense to have a line break from structure for example poetry :). The concept is separation of concerns, css should be responsable to create that space and not html (in charge of strcuture)

<li>- 8 Granny Smith apples - peeled, cored and sliced</li>
</ul>
<img class="info" src="images/cooking-info.png" alt="cooking-info">
<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.

Same

<li>- 1/4 cup grated Parmesan cheese</li>
</ul>
<img class="info" src="images/cooking-info.png" alt="cooking-info">
<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.

Same


</main>


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.

Maybe to many spaces

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