Skip to content

Instantly share code, notes, and snippets.

@joseadrian
Created November 29, 2013 02:10
Show Gist options
  • Save joseadrian/7700664 to your computer and use it in GitHub Desktop.
Save joseadrian/7700664 to your computer and use it in GitHub Desktop.
#banner {
border: 1px solid #666;
display: block;
width: 100%;
height: 1em;
font-size: 1em;
line-height: 1em;
margin: 20px auto;
padding: 0px;
text-align: justify;
}
#banner span {
font-size: 1px;
word-spacing: 1000px;
}
<h1 id="banner">
How to justify a single line of text with css<span> &nbsp; </span>
</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment