Sha256: 36f892c48e1b49223d58563c23b961e44d54ff33374851af4cf1add9f867cc55
Contents?: true
Size: 473 Bytes
Versions: 102
Compression:
Stored size: 473 Bytes
Contents
<html> <head> <style> header { height: 45px; position: fixed; top: 0; background-color: red; width: 100%;} footer { height: 45px; position: fixed; bottom: 0; background-color: red; width: 100%;} #main { margin: 45px;} #tall { display: block; height: 2000px;} </style> </head> <body> <header>My headers</header> <div id="main"> <div id="tall">A tall block</div> <a href="/">Go to root</a> </div> <footer>My footer</footer> </body>
Version data entries
102 entries across 87 versions & 3 rubygems