diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-16 14:10:19 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-22 20:03:02 +0100 |
commit | 7210fd59ff4036c3448614b97a9de77428fd356d (patch) | |
tree | 973dcbcd3d3a81c8a68ec4286234009a65588ffd /resources/views/pages/home.blade.php | |
parent | e144965ed5c63c1a81440c3379bd878a0d0b4125 (diff) |
Tidy up css
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index ab33c93..d32f8ba 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -4,7 +4,7 @@ @section('content') <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb. - <table class="infotable"> + <table class="info-table"> <caption> <h1>Fun Facts</h1> <hr> @@ -21,10 +21,13 @@ <tr> <td>◆ Some people say I suck at PHP, but that's clearly wrong :P</td> </tr> + <tr> + <td>◆ Some of my favorite games are: OneShot, Minecraft, Stardew Valley, N++ and Starbound</td> + </tr> </table> <br> - <table class="infotable"> + <table class="info-table"> <caption> <h1>Interests</h1> <hr> @@ -44,7 +47,7 @@ </table> <br> - <table class="infotable"> + <table class="info-table"> <caption> <h1>Contact & social</h1> <hr> |