Skip to content

Instantly share code, notes, and snippets.

@jdrsunshine
Forked from nrrrdcore/index.html
Last active August 29, 2015 14:25
Show Gist options
  • Save jdrsunshine/15dac24e309c7aaf7a30 to your computer and use it in GitHub Desktop.
Save jdrsunshine/15dac24e309c7aaf7a30 to your computer and use it in GitHub Desktop.
Text-Align: Justify; Hack
<p class="month"><span class="name">July</span> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31<span class="break">hi</span></p>
.month {
text-align: justify;
.break {
display: inline-block;
width: 100%;
color: transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment