Poruszanie zagnieżdżonego elementu w górę CSS
/*add to the parent position: relative;
and to the nested div*/
.nested-div {
position: absolute;
right:0px
bottom 0px;
}
MitchAloha