I have the following code, it is a <div>
element which contains two <span>
elements separated by a <br>
<div style="background-color: orange;">
<span>Foo</span><br>
<span>Bar</span>
</div>
https://jsfiddle.net/73bwrdxk/
Not sure if relevant but I am using Bootstrap 3.
I would like that the second <span>
(the one with the text Bar
) will be right aligned.