Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #logo
  2. {
  3. width:720px;
  4. height:80px;
  5. background-color:blue;
  6. margin:10px 50px 0px 240px;
  7. }
  8. #lewo
  9. {
  10. border:1px solid blue;
  11. background-color:black;
  12. width:248px;
  13. height:30%;
  14. float:left;
  15. margin-left:240px;
  16.  
  17. }
  18. #prawo
  19. {
  20. border:1px solid blue;
  21. background-color:black;
  22. width:468px;
  23. height:30%;
  24. float:left;
  25.  
  26. }
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. <head>
  35. <link href="skrypt.css" rel="stylesheet" type="text/css">
  36. <title>proste dzialanie</title>
  37. </head>
  38. <body>
  39. <div id="logo"></div>
  40. <div id="lewo"></div>
  41. <div id="prawo"></div>
  42. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement