| OLD | NEW |
| (Empty) |
| 1 <style> | |
| 2 body { font-size: 64px; font-family: Ahem; color: transparent; margin-top: 0
px; } | |
| 3 div { outline: 1px dashed green; } | |
| 4 div > div { outline: initial; background-color: rgba(0, 0, 255, .4); } | |
| 5 </style> | |
| 6 <div style="outline: none;"> | |
| 7 <div style="height: 8px; margin-left: 128px;"></div> | |
| 8 </div> | |
| 9 <div> | |
| 10 <div style="height: 30px; margin-left: 128px;"></div> | |
| 11 </div> | |
| 12 <div> | |
| 13 <div style="height: 17px; margin-left: 128px;"></div> | |
| 14 <div style="height: 47px;"></div> | |
| 15 </div> | |
| 16 <div style="margin-top: -10px; height: 64px;"> | |
| 17 <div style="height: 10px; background-color: transparent;"></div> | |
| 18 <div style="height: 54px; width: 256px;"></div> | |
| 19 </div> | |
| OLD | NEW |