<body>
  <header>
    ヘッダ
  </header>
  <main>
    コンテンツ
  </main>
  <footer>
    フッタ
  </footer>
</body>
body {
  margin: 0;
  padding: 0;
  position: relative;
}
header {
  width: 100%;
  background: #ccdd33;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #44aa33;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.