Advertisement
krot

CSS выравнить блок по низу

Dec 29th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. .main{
  2. position: relative;
  3. }
  4. .child{
  5. position: absolute;
  6. bottom: 0px;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement