diff options
Diffstat (limited to 'books.html')
-rw-r--r-- | books.html | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -10,10 +10,17 @@ </head> <body> <main> - <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/> - <h1>Reading List</h1> + <div class="row"> + <div class="column"> + <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/> + </div> + <div class="column"> + <h1>Reading List</h1> + <p>This index hosts a list of books I have read, currently reading, or that are in queue to be read.</p> + </div> + </div> - <p>This index hosts a list of books I have read, currently reading, or that are in queue to be read.</p> + <hr/> <div class="row"> <div class="column"> |