The footer class is created with the flexbox method and the alignment ensures that the contents of the header columns are horizontally and vertically centered. The footer columns are responsive in the 4 breakpoints.
footer
footer-col-sm
footer-col-md
footer-col-lg
footer-col-xl
<footer class="footer"> <div class="footer-col-md"> <img alt="" src=""/> </div> <div class="footer-col-md"> <p></p> </div> <div class="footer-col-md"> <p><a href="" target="_blank"></a></p> </div> </footer>
footer-black
<footer class="footer footer-black"></footer>
footer-white
<footer class="footer footer-white"></footer>
footer-gray
<footer class="footer footer-gray"></footer>
footer-blue
<footer class="footer footer-blue"></footer>
footer-green
<footer class="footer footer-green"></footer>
footer-teal
<footer class="footer footer-teal"></footer>
footer-red
<footer class="footer footer-red"></footer>
footer-yellow
<footer class="footer footer-yellow"></footer>
footer-orange
<footer class="footer footer-orange"></footer>
footer-brown
<footer class="footer footer-brown"></footer>
footer-purple
<footer class="footer footer-purple"></footer>
footer-pink
<footer class="footer footer-pink"></footer>