Skip to content
Open
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
10 changes: 5 additions & 5 deletions chocolate.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<body>

<!-- I think there is something wrong in this part -->
<div clas="container">
<div class="container">
<h1 class="title">Chocolate</h1>
<diiv class="description">>>
Our chocolate ice cream is really good, made with real cacao !
<div class="description">
<p>Our chocolate ice cream is really good, made with real cacao !</p>
<!-- --------------------------------------------- -->

Here are some of the countries where cacao is harvested:
<p>Here are some of the countries where cacao is harvested:</p>

<ul>
<li>French Guiana</li>
Expand All @@ -25,7 +25,7 @@ <h1 class="title">Chocolate</h1>
<li>Ghana</li>
</ul>

<img src="">
<img src="img/chocolate.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down