I am looking for a specific outcome:
https://i.sstatic.net/XUnrR.png
This is the desired result:
https://i.sstatic.net/XUnrR.png
Utilizing Bootstrap version 4.4.1
attempting to use grids with no success
<body>
<div style="margin-left: 72%;">
<table>
<thead>
<tr>
<th class="font-weight-bold textleft">Print Date: </th>
<td><span class="font-weight-light"> @DateTime.Now</span></td>
</tr>
<tr>
<th class="font-weight-bold textleft">Print at: </th>
<td><span class="font-weight-light textleft"> @getLoginProp.BranchName</span></td>
</tr>
<tr>
<th class="font-weight-bold textleft">Print by: </th>
<td><span class="font-weight-light textleft"> @getLoginProp.UserName</span></td>
</tr>
</thead>
</table>
</div>
<h3>@Model.BranchName</h3>
<h2>Purchase Receive</h2>
</body>