Hello, I am trying to create a box in HTML with a slanted divider line inside. How can I achieve this design?
I am aiming to replicate the layout shown in this image: Link to Image
I have tried implementing the code below, but the alignment is not matching the image:
<div class="box">
<p style="text-align: left;"><u>Sender</u><br><br>Devka Aryal <br>Lumbini Bookstore <br>Butwal-8, Rupandehi <br>Lumbini, Nepal</p>
<p style="text-align: right;"><u>Recipient</u><br><br>Mr. Manager <br>Sales Department <br>Brikuti Hall, Kathmandu, Nepal</p>
</div>