groups

name language licence
Footer Stick to the Bottom CSS Other
Speech Bubbles CSS MIT
immagine incavata CSS Other
Clear CSS Other
@import CSS Other
I Love Typography CSS Other



language: CSS
licence: Other

Footer Stick to the Bottom

options: view full snippetsend to code collector
<html>
    <head>
        <link rel="stylesheet" href="layout.css" ... />
    </head>
    <body>
        <div class="wrapper">
            <p>Your website content here.</p>
        </div>
        <div class="footer">
            <p>Copyright (c) 2008</p>
        </div>
    </body>
</html>

* {
	
(Continues...)