Advertisement
Guest User

Untitled

a guest
May 26th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Gist test</title>
  5. <style>
  6. .container{
  7. border:1px solid #003;
  8. margin:10px auto;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13.  
  14. <div class="container"> This is a gist test...</div>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement