book addition

This commit is contained in:
Emilia Allison 2024-12-15 12:46:34 -05:00
parent 8e8f8d830c
commit cdb3fb5571
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 11 additions and 0 deletions

View File

@ -46,6 +46,17 @@
<div class="book-entry-container"> <div class="book-entry-container">
<!-- Put books below --> <!-- 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"> <section class="book-entry">
<details> <details>
<summary><h2> The Message </h2></summary> <summary><h2> The Message </h2></summary>