Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 div { | |
| 4 width: 15ch; | |
| 5 border: 2px solid blue; | |
| 6 } | |
| 7 </style> | |
| 8 <div style="text-align: justify"> | |
| 9 <div>This is hyphen­ation enabled paragraph.</div> | |
| 10 <div>This is hyphen­ation enabled paragraph.</div> | |
| 11 </div> | |
| 12 <div style="text-align: right"> | |
| 13 <div>This is hyphen­ation enabled paragraph.</div> | |
| 14 <div>This is hyphen­ation enabled paragraph.</div> | |
| 15 </div> | |
| OLD | NEW |