Guest User

Untitled

a guest
Oct 16th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 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.       .article{
  12.         float:left;
  13.         background-color:#DDD;
  14.         min-height:150px;
  15.         width:50%;
  16.       }
  17.      
  18.  
  19.       .stopka {
  20.         clear:both;
  21.         background-color:LightSlateGray ;
  22.         text-align:center;
  23.       }
  24.  
  25.       p {
  26.         margin:0;
  27.         padding:15px;
  28.       }
  29.      
  30.       img{
  31.           border: 10px solid transparent;
  32.           float:left;
  33.       }
Advertisement
Add Comment
Please, Sign In to add comment