<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/reset.css" rel="stylesheet">
<link href="setup.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<ol>
<li>
<p>Item 1 will span across the top</p>
</li>
<li>
<p>Item 2 with a lot of text in it that takes up some space, again I am writing this manually for some reason, but we’re already here so I may as well just keep writing nonsense to increase the height and show the layout better</p>
</li>
<li>
<p>Item 3 continues down the side</p>
</li>
<li>
<p>Item 4 might also have enough text to wrap and add height</p>
</li>
</ol>
</body>
</html>