dynamic-add-without-change-cb-1-ref.html 266 B

123456789
  1. <!DOCTYPE html>
  2. <html>
  3. The green square below should be centered.
  4. <div style="width: 400px; height: 400px; position: absolute;
  5. perspective: 600px; left: calc(50% - 200px);
  6. top: calc(50% - 200px); background: green;">
  7. </div>
  8. </html>