Skip to content

Commit

Permalink
width
Browse files Browse the repository at this point in the history
  • Loading branch information
rsemihkoca committed Jan 22, 2024
1 parent b1cbe41 commit 92097c1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,18 @@ Provide an example of the payload or input data for testing your API.

<div align="center">
<table>
<tr>
<th width="20%">Method</th>
<th width="80%">Path </th>
</tr>
<tr>
<td>
<img src=".github/assets/POST.png" alt="POST" width="100"/>
</td>
<td >/api/Expense/</td>
</tr>
<thead>
<tr>
<th width="120px">Method</th>
<th width="480px">Path </th>
</tr>
</thead>
<tbody>
<tr width="600px">
<td>
<img src=".github/assets/POST.png" alt="POST" width="100px"/>
</td>
<td >/api/Expense/</td>
</tr>
</table>
</div>

0 comments on commit 92097c1

Please sign in to comment.