The footer allows you to display information or links.
Basic usage
The .ms-footer
class allows you to quickly set up a footer with content.
<footer class="ms-footer">
<div class="container">
<p>Copyright - All rights reserved - ©<b>minstyle.io</b> - <a href="">Github</a> - <a href="">Twitter</a></p>
</div>
</footer>
Size
The .ms-small
class allows you to reduce the size of the footer.
<footer class="ms-footer ms-small">
<div class="container">
<p>Copyright - All rights reserved - ©<b>minstyle.io</b> - <a href="">Github</a> - <a href="">Twitter</a></p>
</div>
</footer>