Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #baner{
  2. background-color: #0B873D;
  3. color: white;
  4. font-size: 150%;
  5. text-align: center;
  6. }
  7. #panel_lewy{
  8. background-color: #8CE1AE;
  9. width: 40%;
  10. height: 600px;
  11. float: left;
  12. }
  13. #panel_srodkowy{
  14. background-color: #5CCB89;
  15. width: 40%;
  16. height: 600px;
  17. float: left;
  18. }
  19. #panel_prawy{
  20. background-color: #1DA956;
  21. width: 20%;
  22. height: 600px;
  23. float: left;
  24. }
  25. a:link{
  26. color: brown;
  27. }
  28. a:visited{
  29. color: red;
  30. }
  31. ul{
  32. margin: 20px;
  33. list-style-image: url(auto.png);
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement