<!doctype html>
<html>
<head>
<meta charset="utf-8">
<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>
<section>
<div>
<p>Item 1</p>
</div>
<div>
<p>Item 2 <br>with line <br>breaks</p>
</div>
<div>
<p>Item 3 <br>also</p>
</div>
<div>
<p>Item 4</p>
</div>
<div>
<p>Item 5</p>
</div>
</section>
<section>
<div>
<p>Item 1</p>
</div>
<div>
<p>Item 2 <br>with line <br>breaks</p>
</div>
<div>
<p>Item 3 <br>also</p>
</div>
<div>
<p>Item 4</p>
</div>
<div>
<p>Item 5</p>
</div>
</section>
<section>
<div>
<p>Item 1</p>
</div>
<div>
<p>Item 2 <br>with line <br>breaks</p>
</div>
<div>
<p>Item 3 <br>also</p>
</div>
<div>
<p>Item 4</p>
</div>
<div>
<p>Item 5</p>
</div>
</section>
</body>
</html>