Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 div { | 3 div { |
| 4 position: absolute; | 4 position: absolute; |
| 5 width: 100px; | 5 width: 100px; |
| 6 height: 100px; | 6 height: 100px; |
| 7 font-size: 50px; | |
| 8 background: green; | 7 background: green; |
| 9 transform: translate(1em, 1em); | 8 transform: translate(50px, 50px); |
| 10 } | 9 } |
| 11 </style> | 10 </style> |
| 12 <div></div> | 11 <div></div> |
| OLD | NEW |