| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 div.test { font-family: Ahem; border: solid; width: 100px; margin: 8px 0; pa
dding-left: 100px; } | 3 div.test { font-family: Ahem; border: solid; width: 100px; margin: 8px 0; pa
dding-left: 100px; } |
| 4 div.test div { display: inline-block; background-color: blue; width: 100px;
height: 100px; } | 4 div.test div { display: inline-block; background-color: blue; width: 100px;
height: 100px; } |
| 5 </style> | 5 </style> |
| 6 <div class="test" style="height: 120px;"> | 6 <div class="test" style="height: 120px;"> |
| 7 <div style="margin-top: 17px;"></div> | 7 <div style="margin-top: 17px;"></div> |
| 8 </div> | 8 </div> |
| 9 <div class="test" style="height: 150px;"> | 9 <div class="test" style="height: 150px;"> |
| 10 <div style="margin-top: 47px;"></div> | 10 <div style="margin-top: 47px;"></div> |
| 11 </div> | 11 </div> |
| 12 <div class="test" style="height: 160px;"> | 12 <div class="test" style="height: 160px;"> |
| 13 <div style="margin-top: 50px;"></div> | 13 <div style="margin-top: 50px;"></div> |
| 14 </div> | 14 </div> |
| OLD | NEW |