overflow-not-scrollable-1-ref2.html 214 B

123456789101112131415161718
  1. <!DOCTYPE HTML>
  2. <style type="text/css">
  3. div {
  4. height: 200px; width: 200px;
  5. font-size: 50px;
  6. }
  7. span {
  8. /* work around potential font overflow */
  9. margin-left: 5px;
  10. }
  11. </style>
  12. <div>
  13. <span>text</span>
  14. </div>