Last active
          March 2, 2016 16:27 
        
      - 
      
- 
        Save MetroWind/419886ac696e2c946aad to your computer and use it in GitHub Desktop. 
    Text justification with CSS
  
        
  
    
      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
    
  
  
    
  | p, li | |
| { | |
| text-align: justify; | |
| hyphens: auto; | |
| -webkit-hyphens: auto; | |
| -moz-hyphens: auto; | |
| -ms-hyphens: auto; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment