<!DOCTYPE html>
<html>
<head>
<style>
html, body {
height: 100%;
margin: 0;
}
.wrapper {
min-height: 100%;
margin-bottom: -50px;
}
.footer{
height: 50px;
background: black;
}
</style>
</head>
<body>
<div class="wrapper">
Integer ac eros nunc. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam porttitor arcu sed justo vestibulum, in aliquam erat pellentesque. Sed cursus quis dui vel auctor. Donec venenatis leo at ligula aliquam posuere. Aenean congue ligula in nisi facilisis rutrum. Integer et nisl a libero luctus eleifend ut nec neque. Vivamus eget dictum tortor.
</div>
<footer class="footer"></footer>
</body>
</html>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.