a
<p><a href="https://mdn.dev">In-text link</a></p>
.button-nav
<a href="#" class="button">Default Button</a>
form, .form-element, label, input
<form>
<div class="form-element">
<label for="first-name">First Name</label>
<input id="first-name" type="text" placeholder="First Name">First Name</input>
</div>
</form>
.image-link
<a
class="image-link"
href="https://www.sketchappsources.com/free-source/846-ui-style-guide-sketch-freebie-resource.html"
>
<img
src="img/style-guide.png"
alt="A style guide for a UI Design"
width="800"
height="600"
/>
</a>
.heading-guide
<h2 class="heading-guide">Heading1</h2>
none
<p>This is the place where you can look for the working space
in your area for your desired work.</p>
This is the place where you can look for the working space in your area for your desired work.
.numbered-list
<ul class="numbered-list">
<li>Garage space</li>
<li>Backyard space</li>
<li>Store room space</li>
</ul>
.main-navigation
<nav class="main-navigation">
<a href="">Home</a>
<a href="">Listings</a>
<a href="">About us</a>
<a href="">Advanced Search</a>
</nav>
.p1-colors, .medium-aquamarine
<div class="p1-colors">
<div class="medium-aquamarine">#56E39F</div>
</div>