Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Exemplu</title>
  7. <style type="text/css">
  8. body {
  9. font: 10pt Arial, Helvetica, sans-serif; /* ????? ?? ???-???????? */
  10. background: #54463d; /* ???? ???? */
  11. margin: 0; /* ??????? ??????? */
  12. }
  13. h2 {
  14. font-size: 1.1em; /* ?????? ?????? */
  15. color: #752641; /* ???? ?????? */
  16. margin-bottom: 0; /* ?????? ????? */
  17. }
  18. #container {
  19. width: 100%; /* ?????? ?????? */
  20. margin: 0 auto; /* ??????????? ?? ?????? */
  21. background: #f0f0f0; /* ???? ???? ?????? ??????? */
  22. height:760px;
  23. }
  24. #header {
  25. background: #8fa09b; /* ???? ???? */
  26. font-size: 24pt; /* ?????? ?????? */
  27. font-weight: bold; /* ?????? ?????????? */
  28. color: #edeed5; /* ???? ?????? */
  29. padding: 5px; /* ??????? ?????? ?????? */
  30. hright:10%;
  31. }
  32. #subheader {
  33. background: #FFEFD5; /* ???? ???? */
  34. font-size: 12pt; /* ?????? ?????? */
  35. text-align: center;
  36. font-weight: bold; /* ?????? ?????????? */
  37. color: #808000; /* ???? ?????? */
  38. padding: 5px; /* ??????? ?????? ?????? */
  39. height:5%;}
  40.  
  41.  
  42. #content {
  43. float: left; /* ????????? ?? ??????? ???? */
  44. width: 70%; /* ?????? ????? ??????? */
  45. padding: 10px; /* ???? ?????? ?????? */
  46. border-right: 1px dashed #183533; /* ????? ?????? */
  47. background: #fff; /* ???? ???? ????? ??????? */
  48. height:80%;
  49. text-align:justify;
  50.  
  51.  
  52. }
  53. #content p {
  54. margin-top: 0.3em /* ?????? ?????? */
  55. }
  56. #sidebar {
  57. float: left; /* ????????? ?? ??????? ???? */
  58. width: 10%; /* ?????? */
  59. padding: 10px; /* ??????? ?????? ?????? */
  60. height:75%;
  61. }
  62. #rightbar {
  63. float: left; /* ????????? ?? ??????? ???? */
  64. width: 10%; /* ?????? */
  65. padding: 10px; /* ??????? ?????? ?????? */
  66. height:75%;
  67. }
  68. #footer {
  69. background: #8fa09b; /* ???? ???? */
  70. color: #fff; /* ???? ?????? */
  71. padding: 5px; /* ??????? ?????? ?????? */
  72. height:5%;
  73. }
  74. .clear {
  75. clear: both; /* ?????? ????????? */
  76. }
  77. </style>
  78. </head>
  79. <body>
  80. <div id="container">
  81. <div id="header">Exemplu</div>
  82. <div id="subheader">
  83.  
  84. <a href="popular.html">Exemplu de submeniu1</a>
  85. <a href="day.html">Exemplu de submeniu2</a>
  86. <a href="apple.html">Exemplu de submeniu3</a>
  87. <a href="ice.html">Exemplu de submeniu4</a>
  88.  
  89.  
  90. </div>
  91. <div id="rightbar">
  92. <p><a href="popular.html">Exemplu de meniu1</a>
  93. <p><a href="day.html">Exemplu de meniu2</a></p>
  94. <p><a href="apple.html">Exemplu de meniu3</a></p>
  95. <p><a href="ice.html">Exemplu de meniu4</a></p>
  96. <p><a href="hliv.html">Exemplu de meniu5</a></p>
  97. </div>
  98. <div id="content">
  99. <h2>Exemplu</h2>
  100. <p>Date despre exemplu</p>
  101. <h2>Exemplul 2</h2>
  102. <p>Date despre exemplul 2</p>
  103.  
  104. </div>
  105. <div id="sidebar">
  106. <p><a href="popular.html">Exemplu de submeniu1</a></p>
  107. <p><a href="day.html">Exemplu de submeniu2</a></p>
  108. <p><a href="apple.html">Exemplu de submeniu3</a></p>
  109. <p><a href="ice.html">Exemplu de submeniu3</a></p>
  110. <p><a href="hliv.html">Exemplu de submeniu14</a></p>
  111. </div>
  112.  
  113. <div class="clear"></div>
  114. <div id="footer">&copy; Exemplu</div>
  115. </div>
  116. </body>
  117. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement