Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <div class="zewnętrzny">
  2.     <div class="wewnętrzny">
  3.     </div>
  4. </div>
  5.  
  6. // cssy
  7. .zewnętrzny {
  8.     display: table;
  9. }
  10.  
  11. .wewnętrzny {
  12.     display: table-cell;
  13.     vertical-align: middle;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement