Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.68 KB | None | 0 0
  1. #caly_blok {
  2.         font-size:24px;
  3.         background-color:#DDD;
  4.       }
  5.  
  6.       #naglowek {
  7.         background-color:LightBlue ;
  8.         text-align:center;
  9.       }
  10.  
  11.       #lewy {
  12.         float:left;
  13.         background-color:#DDD;
  14.         min-height:150px;
  15.         width:30%;
  16.        
  17.       }
  18.  
  19.       #prawy {
  20.         float:left;
  21.         background-color:#DDD;
  22.         min-height:150px;
  23.         width:70%;
  24.        
  25.       }
  26.  
  27.       #stopka {
  28.         clear:both;
  29.         background-color:LightSlateGray ;
  30.         text-align:center;
  31.       }
  32.  
  33.       p {
  34.         margin:0;
  35.         padding:15px;
  36.       }
  37.      
  38.       img{
  39.           border: 10px solid transparent;
  40.           float:left;
  41.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement