Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
|
esprehn
2015/06/04 06:35:01
ditto.
alancutter (OOO until 2018)
2015/06/04 06:45:56
Done.
| |
| 2 div { | |
| 3 position: absolute; | |
| 4 width: 100px; | |
| 5 height: 100px; | |
| 6 font-size: 50px; | |
| 7 background: green; | |
| 8 transform: translate(1em, 1em); | |
| 9 } | |
| 10 </style> | |
| 11 <div></div> | |
| OLD | NEW |