<!DOCTYPE html>
<html lang="en">
<head>
<title>Fernway Botanicals</title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<h1>Welcome to the greenhouse!</h1>
<!-- top level navigation-->
<div class="nav-menu">
<a href="#story">Our Story</a>
<a href="#visit">Visit Us</a>
</div><br>
<!-- content section-->
<div class="row">
<div class="colA" id="story">
<h2>Our Story</h2>
<p>Every fern is propagated in our own greenhouse and potted the week it ships.</p>
</div>
<div class="colB" id="visit">
<h2>Visit Us</h2>
<h3>You can find us here:</h3>
<p>84 Willowmere Lane</p>
<p>hello@fernway.garden</p>
</div>
</div>
</body>
</html>
Use Control + Shift + m to toggle the tab key moving focus. Alternatively, use esc then tab to move to the next interactive element on the page.