Advertisement
Guest User

cinek css

a guest
Nov 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. body{
  2. height: 1120px;
  3. width: 1500px;
  4. }
  5. #baner{
  6. background-color: #45517D;
  7. height: 60px;
  8. width: 1500px;
  9. text-align: right;
  10. color: white;
  11. font-size:120%;
  12. }
  13. #lewy{
  14. background-color: #61B2EC;
  15. height: 500px;
  16. width: 40%;
  17. float:left;
  18. }
  19. table {
  20. width: 100%;
  21. }
  22. #prawy{
  23. background-color: #8EC9F2;
  24. height: 500px;
  25. width: 60%;
  26. float:left;
  27. }
  28. footer{
  29. font-size: 150%;
  30. background-color: #45517D;
  31. color: white;
  32. text-align: center;
  33. height: 60px;
  34. width: 1500px;
  35. clear:both;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement