Facebook
From CSS, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 82
  1. body {
  2.     font-family: Helvetica;
  3. }
  4.  
  5. #header-right, #header-left {
  6.     background-color: rgb(146,184,112);
  7.     text-align: center;
  8.     width: 50%;
  9.     height: 170px;
  10.     float: left;
  11. }
  12.  
  13. #baner, #footer {
  14.     clear: both;
  15.     background-color: rgb(100,61,49);
  16.     color: white;
  17.     text-align: center;
  18.     height: 80px;
  19.     padding: 5px;
  20. }
  21.  
  22. #main-left, #main-right {
  23.     background-color: rgb(146,184,112);
  24.     width: 50%;
  25.     height: 450px;
  26.     float: left;
  27. }
  28.  
  29. #zamowienie {
  30.     background: url(cukierki1.jpg);
  31.     padding-right: 30px;
  32.     padding-bottom: 120px;
  33.     font-size: 150%;
  34.     text-decoration: none;
  35. }
  36.  
  37. table, td {
  38.     border: 2px dashed green;
  39.     margin: 30px;
  40.     padding: 20px;
  41. }
  42.  
  43. h1 {
  44.     letter-spacing: 20px;
  45.     font-size: 250%;
  46. }