I\'m trying to justify the text within this p tag so that it perfectly fits the width of the p.
Chrome doesn't support it but in Firefox and IE, you can use text-align-last: justify;. For a cross-browser solution, we have to use what @onemanarmy posted ;)
text-align-last: justify;