Advertisement
Guest User

dssdsd

a guest
Oct 25th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <script src="jjjj.js"></script>
  6. <style>
  7. body
  8. {
  9.  
  10. }
  11. header
  12. {
  13. background-color:orange;
  14. margin : 0 auto;
  15. max-width:1920px;
  16. min-width:720px;
  17. text-align:center;
  18. }
  19. nav
  20. {
  21. background-color:#c0c0c0;
  22. margin : 0 auto;
  23. max-width:1920px;
  24. min-width:720px;
  25. text-align:center;
  26. }
  27. footer
  28. {
  29. background-color:blue;
  30. margin : 0 auto;
  31. max-width:1920px;
  32. min-width:720px;
  33. text-align:center;
  34. color:white;
  35. }
  36. .ram
  37. {
  38. background-color:lightblue;
  39. margin : 0 auto;
  40. max-width:1920px;
  41. min-width:720px;
  42. max-height:1080px;
  43.  
  44. }
  45. .meni
  46. {
  47. min-width:200px;
  48. min-height:200px;
  49. background-color:black;
  50. position:absolute;
  51. left:40%;
  52. right:50%;
  53. }
  54.  
  55. </style>
  56.  
  57.  
  58. </head>
  59.  
  60. <body>
  61.  
  62. <header>
  63. header
  64. </header>
  65. <nav>
  66. <span onclick="funkcija()">p</span>
  67. </nav>
  68.  
  69. <div class="meni" id="ajdi" style="display:block">
  70. asdasd
  71. </div>
  72.  
  73. <div class="ram">
  74. glavni<br>
  75. glavni<br>
  76. glavni<br>
  77. glavni<br>
  78. glavni<br>
  79.  
  80.  
  81. </div>
  82.  
  83. <footer>
  84. footer
  85. </footer>
  86.  
  87.  
  88.  
  89. </body>
  90.  
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement