1 2 3 4 5 6 7 8 9 10 11 12 13 14
html { position: relative; min-height: 100%; } body { margin-bottom: 120px; } .footer { position: absolute; bottom: 50; width: 100%; height: 70px; }