HendrixRPH

Isotope Tutorial Base

Oct 22nd, 2015
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>Filtering and Stuff</title>
  6.  
  7. <!-- 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. -->
  8.  
  9. <style>
  10.  
  11. html, body {
  12. height:100%;
  13. }
  14. .sidebar {
  15. position:fixed;
  16. top:0;
  17. left:0;
  18. width:200px;
  19. background:#eee;
  20. height:100%;
  21. padding:5px 10px;
  22. }
  23.  
  24. .grid {
  25. margin-left:260px;
  26. height:100%;
  27. }
  28. </style>
  29.  
  30. </head>
  31. <body>
  32.  
  33. <div class="sidebar">
  34. <h1>Filtering Tutorial</h1>
  35. <p>Here is the sidebar. We'll be putting our filtering options in here.</p>
  36. </div>
  37.  
  38. <div class="grid">
  39. <!-- This is where our entries will go! -->
  40. </div>
  41.  
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment