Here is my code, i want my footer to be static at the bottom of my html page, how can i fixed it ?
<footer class="footer">
<div>
</div>
<div class="footer_container">
<%= link_to "About Us", '#' %>
<%= link_to "Contact Us", '#' %>
</div>
</footer>