I am trying to create a layout where a line of text is aligned directly underneath another line of text.
Here is the HTML code:
<h4 class="support1">Number 123456</h4>
<h4 class="support2">Number 678910</h4>
This is the CSS code I used for styling:
.support1 { float:right;}
.support2 {float:right;}
If you want to see it in action, here is the Jsfiddle link: