Skip to content

BCN-0419-Allyn Alda#13

Open
allynkalda wants to merge 2 commits into
ironhackbcn:masterfrom
allynkalda:master
Open

BCN-0419-Allyn Alda#13
allynkalda wants to merge 2 commits into
ironhackbcn:masterfrom
allynkalda:master

Conversation

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

Good job! Revise a few thing, fix indentation! :)

@@ -0,0 +1,53 @@
@import "http://fonts.googleapis.com/css?family=Open+Sans";

h1, body, html, 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 you could add more rules for the reset that will make the styling easier.

<title>Apple Pie Recipe</title>
<link rel = "stylesheet" type = "text/css" href = "./css/main.css" />
</head>
<body>
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.

You are missing a basic structure of the site using the header and main tags:

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

And inside will go everything else. Usually you will have a footer as well.

<img class="images" src="images/recipe-info.png" alt=recipe-apple-pie>
</section>
</div>
<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.

Don't use hrtags for styling. Concept of separation of responsibilities. CSS is in charge of creating space if you need to. I would only use hr for example in poetry.

<img class="images" src="images/cooking-info.png" alt=cooking-apple-pie>
</section>
</div>
<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

degrees C). Continue baking for 35 to 45 minutes, until apples are soft.</li>
</ol>
</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.

Revise indentation

<img class="images" src="images/recipe-info.png" alt=recipe-apple-pie>
</section>
</div>
<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 comments as the first exercise.

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

Revise indentation!

<li>1/2 cup packed brown sugar</li>
<li>8 Granny Smith apples - peeled, cored and sliced</li>
</ul>
<img class="images" src="images/cooking-info.png" alt=cooking-apple-pie>
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.

Indentation!

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