Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Compass Simple</title>
  5. <link href="screen.css" media="all" rel="stylesheet" type="text/css" />
  6. </head>
  7. <body>
  8. <div id="grid-container">
  9. <div id="grid-24">
  10.  
  11. <div id="nested-grid-container">
  12. <div id="grid-24">
  13. <h1>Compass Simple</h1>
  14. <p>This is a simple, no fluff project to use when illustrating code samples, examples, etc.</p>
  15. </div>
  16. </div>
  17.  
  18. </div>
  19. </div>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment