floating-first-letter-ref.html (227B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Drop cap with no bidi in the document</title> 4 <style> 5 p:first-line { 6 background: lightblue; 7 } 8 9 p::first-letter { 10 float: left; 11 font-size: 4rem; 12 } 13 </style> 14 <p>Ab</p>