groups

name language licence
OptGroup HTML Other
Footer Stick to the Bottom CSS Other
Speech Bubbles CSS MIT
Conditional comments HTML Other
noscript JavaScript Other
immagine incavata CSS Other
Acronym HTML Other
iPad Orientation CSS - Landscape Mode HTML Other

< 1 2 >



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...)