Created
November 29, 2013 02:10
-
-
Save joseadrian/7700664 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 id="banner"> | |
How to justify a single line of text with css<span> </span> | |
</h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment