add a more properly tabular set of boxes
This commit is contained in:
parent
be725f31ec
commit
4049577349
@ -153,6 +153,11 @@ hr.frame {
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
.tabular-left {
|
||||
width: 22%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.fullright {
|
||||
width: 68%;
|
||||
height: auto;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user