Facebook
From Voluminous Capybara, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 184
  1. #baner{
  2.         background-color: #1C59A7;
  3.         color: white;
  4.         text-align: center;
  5.         height: 80px;
  6. }
  7.  
  8. #lewy{
  9.         background-color: #3A70B5;
  10.         width: 33%;
  11.         height: 200px;
  12.         float: left;
  13. }
  14.  
  15. #srodkowy{
  16.         background-color: #5A8AC8;
  17.         width: 33%;
  18.         height: 200px;
  19.         float: left;
  20. }
  21.  
  22. #prawy{
  23.         background-color: #86ACDD;
  24.         text-align: center;
  25.         width: 34%;
  26.         height: 200px;
  27.         float: left;
  28. }
  29.  
  30. #dolny{
  31.         background-color: #86ACDD;
  32.         text-align: center;
  33.         height: 300px;
  34.  
  35. }
  36.  
  37. #stopka{
  38.         background-color: #1C59A7;
  39.         color: white;
  40. }
  41.  
  42. #odnosnik{
  43.         color: blue;
  44.         padding: 10px;
  45.         background-color: yellow;
  46. }