<footer>
<div><p>Copyright @ 2019. All Rights Reserved.<br> Chike the Golden Boy.</p></div>

<div><nav id="foot"><li><a href="#">Home</a></li>

<li><a href="#">Products</a></li>

<li><a href="#">Services</a></li>

<li><a href="#">Blog</a></li>
</nav></div>
<div><form><input type="text" placeholder="Enter your Full Name"><br>
<input type="email" placeholder="Enter your Email"><br><input type="submit" value="Submit">

</form></div>

</footer>
/*Add the following style in the head section of the html document.*/

footer div{width: 27%; display:inline-block; padding: 15px; height: 65px}
footer{background: gray; color: darkblue;}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.