Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Filtering and Stuff</title>
- <!-- Base by hendrixrph. Feel free to use this for personal stuff and make into your own theme to distrubute, just don't remove this comment. -->
- <style>
- html, body {
- height:100%;
- }
- .sidebar {
- position:fixed;
- top:0;
- left:0;
- width:200px;
- background:#eee;
- height:100%;
- padding:5px 10px;
- }
- .grid {
- margin-left:260px;
- height:100%;
- }
- </style>
- </head>
- <body>
- <div class="sidebar">
- <h1>Filtering Tutorial</h1>
- <p>Here is the sidebar. We'll be putting our filtering options in here.</p>
- </div>
- <div class="grid">
- <!-- This is where our entries will go! -->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment