Facebook
From Chunky Kitten, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 200
  1. #cont {
  2.         margin: 0 auto;
  3.         padding: 0;
  4.         font-family: Helvetica;
  5. }
  6.  
  7. #panellewy {
  8.         background-color: green;
  9.         color: green;
  10.         height: 700px;
  11.         width: 25%;
  12.         float: left;
  13. }
  14. #ppprawy {
  15.         background-color: Yellow;
  16.         height: 100px;
  17.         width: 75%;
  18.         text-align: center;
  19.         float: left;
  20. }
  21.  
  22. #ppprawy2 {
  23.         background-color: Yellow;
  24.         height: 100px;
  25.         width: 75%;
  26.         text-align: center;
  27.         float: left;
  28. }
  29.  
  30. #dpprawy {
  31.         background-color: yellow;
  32.         height: 300px;
  33.         width: 75%;
  34.         float: left;
  35. }
  36.  
  37. #dpprawy2 {
  38.         background-color: yellow;
  39.         height: 300px;
  40.         width: 75%;
  41.         float: left;
  42. }
  43.  
  44. #tpprawy {
  45.         background-color: green;
  46.         height: 300px;
  47.         width: 75%;
  48.         text-align: center;
  49.         float: left;
  50. }
  51.  
  52.  
  53. #tpprawy2 {
  54.         background-color: green;
  55.         height: 300px;
  56.         width: 75%;
  57.         text-align: center;
  58.         float: left;
  59. }
  60.  
  61. #stopka {
  62.         background-color: SteelBlue;
  63.         text-align: center;
  64.         padding: 20px;
  65.         clear: both;
  66. }
  67. h1
  68. {
  69.         letter-spacing:5px;
  70. }
  71. form {
  72.         margin: 30px;
  73. }
  74. form:hover {
  75.         background-color: pink;
  76. }