Footer

Materialize is a modern responsive CSS framework based on Material Design by Google.

        Copied!
        content_copy
        
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }