Advertisement
phuncadelic

BBC UK error

May 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <title>Jeff BBC</title>
  6.  
  7. <meta charset="utf-8" />
  8. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1" />
  10.  
  11. <style type="text/css">
  12.  
  13. body {
  14. margin:0;
  15. font-family:arial;
  16.  
  17. }
  18.  
  19. #topbar {
  20. background-color:#7a0000;
  21. width:100%;
  22. height:40px;
  23. color:white;
  24.  
  25.  
  26. }
  27.  
  28. .fixedwidth {
  29. width:1000px;
  30. margin:0 auto;
  31.  
  32. }
  33. #logodiv {
  34. padding-top:5px;
  35. float:left;
  36. border-right:1px solid #990000;
  37. padding-right:10px;
  38. }
  39.  
  40.  
  41. #signindiv {
  42. font-weight:bold;
  43. padding:6px 0px 9px 20px;
  44. font-size:0.9em;
  45. border-right:1px solid #990000;
  46. width:200px;
  47. float:left;
  48. border-right:1px solid #990000;
  49.  
  50.  
  51. }
  52. #signindiv img {
  53. position:relative;
  54. top:3px;
  55. }
  56.  
  57. #signindiv p{
  58. margin-left:20px;
  59. }
  60. #topmenudiv {
  61. float:left
  62.  
  63. }
  64.  
  65. #topmenudiv ul {
  66. margin:0;
  67. padding:0;
  68. }
  69.  
  70. #topmenudiv li{
  71. list-style:none;
  72. font-weight:bold;
  73. font-sive:0.9em;
  74. border-right:1px solid #990000;
  75. height:100%;
  76. padding:10px 10px 10px 10px;
  77. float:left;
  78. }
  79. #searchdiv {
  80. float:left;
  81. padding:8px 0 0 10px;
  82. }
  83. #searchdiv input {
  84. height:15px;
  85. padding:3px;
  86. font-size:0.9em;
  87. border:none;
  88. background-image:url("images/magnify.png");
  89. background-repeat:no-repeat;
  90. background-position:right center;
  91. }
  92. .break{
  93. clear:both;
  94. }
  95. #newsbar {
  96. background-color:#990000;
  97. width:100%;
  98. height:80px;
  99. color:white;
  100. }
  101. #newsbar p {
  102. margin:0;
  103. padding:0;
  104. padding-top:10px;
  105.  
  106. }
  107. #newsheader {
  108. font-size:3em;
  109.  
  110. }
  111. #uk {
  112. font-size:0.7em;
  113. padding-left:20px;
  114. }
  115. #rss {
  116. float:right;
  117. }
  118.  
  119.  
  120. </style>
  121. </head>
  122.  
  123.  
  124. <body>
  125.  
  126. <div id="container">
  127.  
  128. <div id="topbar">
  129.  
  130. <div class="fixedwidth">
  131.  
  132. <div id="logodiv">
  133. <img src="images/bbclogo.png" />
  134.  
  135. </div>
  136.  
  137.  
  138. <div id="signindiv">
  139.  
  140. <img src="images/signing.png" /> Sign In
  141.  
  142.  
  143. </div>
  144.  
  145.  
  146. <div id="topmenudiv">
  147. <ul>
  148. <li>News</li>
  149. <li>Sports</li>
  150. <li>Weather</li>
  151. <li>iPlayer</li>
  152. <li>TV</li>
  153. <li>Radio</li>
  154. <li>More...</li>
  155. </ul>
  156.  
  157.  
  158.  
  159. </div>
  160. <div id="searchdiv">
  161.  
  162. <input type="text" placeholder="Search"/>
  163.  
  164. </div>
  165. </div>
  166. <div class="break"> </div>
  167.  
  168. <div id="newsbar">
  169.  
  170.  
  171. <div class="fixedwidth">
  172.  
  173. <p id="newsheader">NEWS<span id="uk">UK</span></p>
  174. </div>
  175.  
  176.  
  177. <div class="rss">
  178. RSS
  179. </div>
  180.  
  181.  
  182.  
  183.  
  184.  
  185. </div>
  186. </div>
  187. </div>
  188.  
  189.  
  190.  
  191.  
  192. </body>
  193. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement