overflow-hidden-text-inside-translated-container-ref.html 197 B

1234567891011
  1. <!DOCTYPE html>
  2. <style>
  3. .text {
  4. font-size: 50px;
  5. }
  6. .container {
  7. transform: translate(0px, -50%);
  8. }
  9. </style>
  10. <div class="container"><div class="text">Verify with something else</div></div>