I have a Codepen link where I have an absolutely positioned div, which has two children.
I'm trying to move one child to the top of the div, while the other to the bottom, but cant quite figure it out with bottom:0
and top:0
. I'm also trying to only use the width of the content for one of the elements, as opposed to the entire width of the parent element.