19 lines
573 B
HTML
19 lines
573 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<style>
|
|
div {
|
|
background: black;
|
|
width: fit-content;
|
|
padding: 2px;
|
|
margin: 2px;
|
|
}
|
|
</style>
|
|
|
|
<!-- The first line in each pair includes a sequence of virama (U+0A4D)+char
|
|
that should contribute no width, so the overall widths should match. -->
|
|
<p>Each pair of boxes should be the same width:
|
|
<div>ਅੰਮ੍ਰਿਤ</div>
|
|
<div>ਅੰਮਿਤ</div>
|
|
<br><br>
|
|
<div>ਚੜ੍ਹਦੀ</div>
|
|
<div>ਚੜਦੀ</div>
|