Facebook
From 123, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 191
  1. #pojemnik
  2. {
  3. text-align: center;
  4. width: 1000px;
  5. height: 500px;
  6. }
  7.  
  8. #linki
  9. {
  10.     float: left;
  11.     text-align:left;
  12.     font-size: 20px;
  13.     width: 20%;
  14.     height: 500px;
  15.     background-image: linear-gradient(to bottom, black, red);
  16. }
  17.  
  18. #tresc_strony
  19. {
  20.     float: left;
  21.     width: 80%;
  22.     height:500px;
  23.     background-image: linear-gradient(to bottom, black, red);
  24. }
  25.  
  26. #baner
  27. {
  28.     height: 100px;
  29.     background-image: linear-gradient(to right red, black);
  30.     font-family:georgia;
  31.     font-size: 50px;
  32.     color: red;
  33. }