Hacker News new | ask | show | jobs
by mistersquid 2372 days ago
In your web inspector, add the following CSS to the <body>

  display: flex;
  flex-direction: column-reverse;
and that will render the footer at the top of the page.