Code: Select all
<div>
<div style="position: relative; width: 33%; background-color: lightgrey;">
<strong>Mailing Lists</strong>
<ul>
<li>Business</li>
<li>Software</li>
</ul>
</div>
<div style="position: relative; left: 33%; width: 33%; background-color: red">
<ul>
<li>Statistics</li>
</ul>
</div>
<div style="position: relative; left: 66%; width: 33%; background-color: orange">
<p style="background-color: #F8CF61">User Notes</p>
</div>
</div>