Advertisement
Guest User

asdads

a guest
Nov 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <meta charset="UTF-8">
  5. <head>
  6. <title>XDDDD</title>
  7. <style type="text/css">
  8. div#duzy
  9. {
  10. background-color: rgb(50,50,50);
  11. height: 980px;
  12. width: 1720px;
  13. }
  14. div#naglowek
  15. {
  16. background-color: rgb(0,0,0);
  17. width:1720px;
  18. height: 200px;
  19. color: rgb(255,255,255);
  20. }
  21.  
  22.  
  23. </style>
  24. </head>
  25.  
  26. <body>
  27. <div id="duzy">
  28. <div id="naglowek"> <img src="2011.png"> </div>
  29. <div id="srodek">
  30.  
  31.  
  32. </div>
  33. <div id="stopka">
  34.  
  35. </div>
  36. </div>
  37.  
  38.  
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement