Facebook
From Denim Hamerkop, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 165
  1. #calosc
  2. {
  3.         font-family: Helvetica;
  4. }
  5.  
  6. #gora1
  7. {
  8.         background-color: rgb(146, 184, 112);
  9.         text-align: center;
  10.         width: 50%;
  11.         height: 170px;
  12.         float: left;
  13. }
  14.  
  15. #gora2
  16. {
  17.         background-color: rgb(146, 184, 112);
  18.         text-align: center;
  19.         width: 50%;
  20.         height: 170px;
  21.         float: left;
  22. }
  23.  
  24. #baner
  25. {
  26.         background-color: rgb(100, 61, 49);
  27.         color: white;
  28.         text-align: center;
  29.         height: 80px;
  30.         padding: 5px;
  31.         clear: both;
  32.        
  33. }
  34.  
  35. #srodek1
  36. {
  37.         background-color: rgb(146, 184, 112);
  38.         width: 50%;
  39.         height: 450px;
  40.         float: left;
  41. }
  42.  
  43. #srodek2
  44. {
  45.         background-color: rgb(146, 184, 112);
  46.         width: 50%;
  47.         height: 450px;
  48.         float: left;
  49. }
  50.  
  51. td
  52. {
  53.         border: 2px dashed green;
  54.         margin: 30px;
  55.         padding: 20px;
  56. }
  57.  
  58. #stopka
  59. {
  60.         background-color: rgb(100, 61, 49);
  61.         color: white;
  62.         text-align: center;
  63.         height: 80px;
  64.         padding: 5px;
  65.         clear: both;
  66. }
  67.  
  68. h1
  69. {
  70.         letter-spacing: 20px;
  71.         font-size: 250%;
  72. }