add a more properly tabular set of boxes

This commit is contained in:
Greg Gauthier 2025-01-16 10:47:06 +00:00
parent be725f31ec
commit 4049577349
2 changed files with 13 additions and 16 deletions

View File

@ -153,6 +153,11 @@ hr.frame {
width: 48%;
}
.tabular-left {
width: 22%;
height: auto;
}
.fullright {
width: 68%;
height: auto;

View File

@ -3,7 +3,7 @@
This is the link/landing page for everything I do on my Turnkey 5 MVS emulation.
<div class="row">
<div class="column left">
<div class="column tabular-left">
<!-- <h3>Topic</h3> -->
<p>Turnkey Resources</p>
</div>
@ -15,22 +15,14 @@ This is the link/landing page for everything I do on my Turnkey 5 MVS emulation.
<p><a href="https://www.youtube.com/channel/UCR1ajTWGiUtiAv8X-hpBY7w">The Moshix Mainframe Youtube Channel</a></p>
<p><a href="https://www.jaymoseley.com/hercules/">Jay Moseley's Hercules Page</a></p>
</div>
<!--
<div class="column right">
<h3>Column 3</h3>
<p>The final bit of text</p>
<p>Two paragraphs here</p>
</div>
-->
</div>
---
<div class="row">
<div class="column left">
<p>My Projects</p>
</div>
<div class="column fullright">
<div class="row">
<div class="column tabular-left">
<p>My Projects</p>
<p></p>
</div>
<div class="column full-right">
<p><a href="./basic.md">My BASIC/360 Videos</a></p>
</div>
</div> <!-- row -->
</div>