I have a fiddle, that while basic to some is not very to me, The two elements in the fiddle are in their own div (and span), as they should be - they each have a display: block
and their text-align
is either left or right based on where they should be in the containing element. The issue I cannot seem to figure out with out doing some kind of hacky css, like position relative;
and top: 10px
(roughly) - is how to make them on the same line That is .text-one
and .text-two
should be on the same line, both "aligned" to their side of the element. I could do it all in one div, but I want them in separate "containers" as you see them.
Thoughts? I believe this is rather simple, but I cannot figure it out for the life of me.