Advertisement
Guest User

pastebinnn

a guest
Dec 13th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #baner
  2. {
  3. background-color: #45517D;
  4. color: white;
  5. font-size: 120%;
  6. text-align: right;
  7. height: 60px;
  8. }
  9.  
  10. #lewy
  11. {
  12. float: left;
  13. background-color: #61B2EC;
  14. width: 60%;
  15. height: 500px;
  16. }
  17.  
  18. #prawy
  19. {
  20. float: left;
  21. background-color: #8EC9F2;
  22. width: 40%;
  23. height: 500px;
  24. }
  25.  
  26. #stopka
  27. {
  28. background-color: #45517D;
  29. color: white;
  30. font-size: 150%;
  31. text-align: center;
  32. }
  33.  
  34. a:link
  35. {
  36. color: orange;
  37. }
  38.  
  39. a:visited
  40. {
  41. color: green;
  42. }
  43.  
  44.  
  45. table
  46. {
  47. width: 100%;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement