Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> * { margin: 0; } </style> | |
| 3 <div style="background: limegreen; width: 70px; height: 70px; position: relative ; left: 40px; top: 40px;"> | |
| 4 <div style="background: green; top: auto; width: 40px; height: 40px; position: a bsolute;"></div> | |
|
mstensho (USE GERRIT)
2016/12/16 11:53:00
Please indent this line. Also no need for the top:
| |
| 5 </div> | |
| OLD | NEW |