Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .container { | |
| 4 line-height: 100px; | |
| 5 font: 100px/1 Ahem; | |
| 6 } | |
| 7 .short { | |
| 8 float: left; | |
| 9 width: 50px; | |
| 10 height: 20px; | |
| 11 clear: left; | |
| 12 margin-bottom: 10px; | |
| 13 background-color: black; | |
| 14 } | |
| 15 </style> | |
| 16 <body> | |
| 17 <div class="container"> | |
| 18 <div class="short"></div> | |
| 19 <div class="short"></div> | |
| 20 <div class="short"></div> | |
| 21 XXXX | |
| 22 </div> | |
| 23 </body> | |
| 24 | |
| OLD | NEW |