Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #box{
  2. background-color: #AEF1F4;
  3. font-family: Georgia;
  4. float: left;
  5. width: 1000px;
  6. height: 600px;
  7. }
  8. #baner{
  9. background-color: #0EA2A9;
  10. text-align: center;
  11. color: white;
  12. height: 80px;
  13. width: 1000px;
  14. float: left;
  15. }
  16. #lewo{
  17. width: 40%;
  18. font-size: 150%;
  19. float: left;
  20.  
  21. }
  22. #prawy{
  23. float: left;
  24. width: 60%;
  25. }
  26. #dol{
  27. background-color: #4FCDD4;
  28. padding: 30px;
  29. float: left;
  30. width: 940px;
  31. }
  32. #stopka{
  33. background-color: #0EA2A9;
  34. color: white;
  35. height: 80px;
  36. width: 1000px;
  37. float: left;
  38. }
  39. img{
  40. height: 300px;
  41. }
  42. table{
  43. border-collapse: 1px;
  44. border-style: solid;
  45.  
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement