Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. div.podglad{
  2.     border-style: solid;
  3.     border-width: 1px;
  4.     width: 829px;
  5.     height: 300px;
  6.     //margin: 10px 10px 10px 10px;
  7.     margin: 0 auto;
  8.     float: left;
  9.     overflow: hidden;
  10. }
  11.  
  12. #podglad_lewo{
  13.     border-style: solid;
  14.     border-width: 1px;
  15.     width: 394px;
  16.     margin: 10px 0px 0px 10px;
  17.     float:left;
  18. }
  19.  
  20. #podglad_prawo{
  21.     border-style: solid;
  22.     border-width: 1px;
  23.     margin: 10px 0px 10px 10px;
  24.     width: 400px;
  25.     height: 400px;
  26.     float:left;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement