Skip to content

Instantly share code, notes, and snippets.

@defims
Last active August 29, 2015 13:56
Show Gist options
  • Save defims/9064417 to your computer and use it in GitHub Desktop.
Save defims/9064417 to your computer and use it in GitHub Desktop.
<html>
<style>
.justify{
text-align: justify;
text-justify: inter-ideograph;/* IE */
-moz-text-align-last: justify;/* FF */
-ms-text-align-last: justify;/* IE 8+ */
text-align-last: justify;/* IE5.5+ */
}
</style>
<body>
<div class="justify">
As most young candidates for the pains and penalties of whaling stop at this same New Bedford, thence to embark on their voyage, it may as well be related that I, for one, had no idea of so doing. For my mind was made up to sail in no other than a Nantucket craft, because there was a fine, boisterous something about everything connected with that famous old island, which amazingly pleased me. Besides though New Bedford has of late been gradually monopolizing the business of whaling, and though in this matter poor old Nantucket is now much behind her, yet Nantucket was her great original- the Tyre of this Carthage;- the place where the first dead American whale was stranded.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment