Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 521 Bytes

reading_list.md

File metadata and controls

28 lines (27 loc) · 521 Bytes
layout title
base
Reading List
{% for book in site.data.books %}

{{ book.title }}

{{ book.description }}

Check out on Amazon
{% endfor %}
<style> .portfolio { display: flex; flex-wrap: wrap; justify-content: space-evenly; } .card { border: 1px solid #ddd; padding: 20px; width: 30%; margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } </style>