Facebook
From Little Moth, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 190
  1. #baner {
  2.         background-color: #40271A;
  3.         color: white;
  4.         font-family: Tahoma;
  5.         text-align: center;
  6.         height: 80px;
  7. }
  8.  
  9. #lewa {
  10.         background-color: #DBB29C;
  11.         width: 40%;
  12.         height: 700px;
  13.         float: left;
  14. }
  15.  
  16. .prawy {
  17.         background-color: #FFE3D4;
  18.         width: 60%;
  19.         height: 700px;
  20.         float: left;
  21. }
  22.  
  23. #stopka {
  24.         background-color: #40271A;
  25.         color: white;
  26.         text-align: left;
  27. }
  28.  
  29. td {
  30.         margin: 10px;
  31.         text-align: center;
  32.         border-style: dashed;
  33.         color: brown;
  34. }
  35.  
  36. li {
  37.         list-style-type: upper-roman;
  38. }
  39.  
  40. img {
  41.         padding: 30px;
  42. }