Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .square { | |
| 4 width: 100px; | |
| 5 height: 100px; | |
| 6 background-color: blue; | |
| 7 position: absolute; | |
| 8 } | |
| 9 .right { | |
| 10 left: 128px; | |
| 11 } | |
| 12 </style> | |
| 13 <p>You should see two blue squares below.</p> | |
| 14 <div class="square"></div> | |
| 15 <div class="square right"></div> | |
|
Julien - ping for review
2014/03/06 23:05:05
It's weird that the offset is 128px when the left-
rune
2014/03/07 14:20:24
Yes, I've modified the reference html now to add a
| |
| OLD | NEW |