1964225-1.html (573B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <style> 4 div { 5 background: black; 6 width: fit-content; 7 padding: 2px; 8 margin: 2px; 9 } 10 </style> 11 12 <!-- The first line in each pair includes a sequence of virama (U+0A4D)+char 13 that should contribute no width, so the overall widths should match. --> 14 <p>Each pair of boxes should be the same width: 15 <div>ਅੰਮ੍ਰਿਤ</div> 16 <div>ਅੰਮਿਤ</div> 17 <br><br> 18 <div>ਚੜ੍ਹਦੀ</div> 19 <div>ਚੜਦੀ</div>