Sha256: 4f6669bc124b04e1a17f29c5ea2ba2b1e6390a94399666bc72e42d198a086c98
Contents?: true
Size: 490 Bytes
Versions: 16
Compression:
Stored size: 490 Bytes
Contents
<!DOCTYPE html> <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
16 entries across 16 versions & 4 rubygems