book addition
This commit is contained in:
parent
8e8f8d830c
commit
cdb3fb5571
|
@ -46,6 +46,17 @@
|
|||
<div class="book-entry-container">
|
||||
<!-- Put books below -->
|
||||
|
||||
<section class="book-entry">
|
||||
<details>
|
||||
<summary><h2> Their Eyes Were Watching God </h2></summary>
|
||||
<div>
|
||||
<p class="book-entry__author"> Zora Neale Hurston </p>
|
||||
<p class="book-entry__year"> 1936 </p>
|
||||
<p class="book-entry__score"> 8 </p>
|
||||
</div>
|
||||
</details>
|
||||
</section>
|
||||
|
||||
<section class="book-entry">
|
||||
<details>
|
||||
<summary><h2> The Message </h2></summary>
|
||||
|
|
Loading…
Reference in New Issue