Facebook
From orzel bialy, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 117
  1. body{
  2.     font-family: Tahoma;
  3.     color: white;
  4. }
  5.  
  6. #baner1, #baner3, #baner4{
  7.     background-color: #983713;
  8.     width: 17%;
  9.     height: 100px;
  10.     float: left;
  11. }
  12.  
  13. #baner2{
  14.     background-color: #983713;
  15.     width: 49%;
  16.     height: 100px;
  17.     text-align: center;
  18.     float: left;
  19. }
  20.  
  21. #lewy{
  22.     background-color: #FF7F50;
  23.     width: 80%;
  24.     height: 500px;
  25.     float: left;
  26. }
  27.  
  28. #prawy{
  29.     background-color: #FF7F50;
  30.     width: 20%;
  31.     height: 500px;
  32.     float: left;
  33. }
  34.  
  35. #stopka{
  36.     background-color: #983713;
  37.     text-align: right;
  38.     clear: both;
  39. }
  40.  
  41. button{
  42.     background-color: #D3D3D3;
  43.     color: #2F2F2F;
  44.     border: solid 2px;
  45.     border-color: #2F2F2F;
  46.     margin: 5px;
  47.     padding-top: 10px;
  48.     padding-bottom: 10px;
  49.     padding-left: 30px;
  50.     padding-right: 30px;
  51. }
  52.  
  53. input{
  54.     color: orange;
  55. }