Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <html>
  2. <head><style id="jsbin-css">
  3. #user-top-header-menu {
  4.  
  5. }
  6.  
  7. #images-header {
  8.  
  9. }
  10.  
  11. #right-menu {
  12.  
  13. }
  14.  
  15. #images-footer {
  16.  
  17. }
  18.  
  19. #user-bottom-footer {
  20.  
  21. }
  22. </style>
  23. </head>
  24.  
  25. <body>
  26. <div class="container-fluid">
  27. This is a test div
  28. </div>
  29. <div id="user-top-header-menu"></div>
  30. <div id="images-header"></div>
  31. <div id="right-menu"></div>
  32. <div id="images-footer"></div>
  33. <div id="user-bottom-footer"></div>
  34.  
  35.  
  36.  
  37. <script id="jsbin-source-css" type="text/css">#user-top-header-menu {
  38.  
  39. }
  40.  
  41. #images-header {
  42.  
  43. }
  44.  
  45. #right-menu {
  46.  
  47. }
  48.  
  49. #images-footer {
  50.  
  51. }
  52.  
  53. #user-bottom-footer {
  54.  
  55. }</script>
  56. </body>
  57.  
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement