<html>
<head>
<style>
body {margin:0;}
#logo { width:100%; }
#links {padding:15px; background-color:white; position:absolute; top:48px; left:0px; bottom:0px; width:100px;}
#links a { display:block; margin-bottom:10px;}
#news { padding:15px; position:absolute; top:48px; left:100px; right:0px; bottom:0px; }
#news h4 {margin-top:0px;}
</style>
</head>
<body>
<div id="logo">
<img src="https://mimo.app/r/sportsnews.png" height="20"><em>sportsnews.com</em>
</div>
<div id="links">
<a href="https://nba.com">Basketball</a>
<a href="https://nfl.com">Football</a>
<a href="https://mlb.com">Baseball</a>
</div>
<div id="news">
<h4>Latest News</h4>
<img src="https://mimo.app/r/swoosh.png">
<h2>They did it again!</h2>
<p>Last night, Miami turned up the heat by scoring 20 points...</p>
<br>
<br>
</div>
</body>
</html>]]>