Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. header{
  2. background-color: rgba(30, 137, 157);
  3. color: white;
  4. font-family: 120%;
  5. height: 100px;
  6. }
  7. h1{
  8. text-align:right;
  9. clear: both;
  10. }
  11. #lewa{
  12. background-color: rgba(58, 159,178);
  13. width: 20%;
  14. height: 550px;
  15. float: left;
  16. }
  17. #prawa{
  18. background-color: rgba(58, 159,178);
  19. width: 20%;
  20. height: 550px;
  21. float: right;
  22. }
  23. #srodek{
  24. background-color: rgba(143, 212, 225);
  25. width: 60%;
  26. height: 550px;
  27. float: right;
  28. }
  29. h3{
  30. color: white;
  31. }
  32. img{
  33. float:left;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement