You can do this by setting to top value to 100%.
Html
CSS
.outer {height:400px;width:400px;background:#eaeaea;}
.inner {position:relative;top:100%;height:50px; width:50px; background:#fad400;}
check out this fiddle here: http://jsfiddle.net/62wqufgk/