diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 05:36:59 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 05:36:59 +0000 |
commit | 23cf32b48858086551f22b0259a8bab5d60a3e92 (patch) | |
tree | b6fcab5a8e1e86f4a18da07d2ccacfe4b3909663 /index.html | |
parent | c8db9f94f54f4b1cb0f1423c9a13c7712a90a6db (diff) |
wip
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -38,10 +38,10 @@ <main> <div class="wrapper"> <div> - <div class="right-section"> + <div class="cell"> <h2>Paper based resources</h2> <hr class="divider"> - <div class="left-section-grid"> + <div class="inner-grid"> <div> <img src="img/alphabet_cards_sq.jpg" alt=""/> </div> @@ -57,14 +57,15 @@ </div> </div> - <div class="right-section"> + <div class="cell"> <h2>Hand sewn resources</h2> + <hr class="divider"> <div> <img src="img/alphabet_sq.jpg" alt="Alphabet square"/> </div> </div> - <div class="right-section"> + <div class="cell"> <h2>Section 2 title</h2> <p> Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand. @@ -72,7 +73,7 @@ </div> </div> - <div class="right-section"> + <div class="cell"> <h2>Reviews</h2> <hr class="divider"> <div> |