Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #baner {
  2. background-color: RGB(30, 137, 157);
  3. color: white;
  4. font-size: 120%;
  5. text-align: right;
  6. height: 100px;
  7. }
  8. #lewy {
  9. background-color: RGB(58, 159,178);
  10. width: 20%;
  11. height: 550px;
  12. float: left;
  13. }
  14. #prawy {
  15. background-color: RGB(58, 159,178);
  16. width: 20%;
  17. height: 550px;
  18. float: left;
  19. }
  20. #srodkowy {
  21. background-color: RGB(143, 212, 225);
  22. width: 60%;
  23. height: 550px;
  24. float: left;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement