Skip to content

Commit

Permalink
fix: README.md img with table
Browse files Browse the repository at this point in the history
  • Loading branch information
sincerefly committed Jul 21, 2024
1 parent c7d1582 commit b329415
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,18 @@ $ capybara border text_bottom
$ capybara border melon
```

<div class="row" style="display: flex; max-width: 720px;">
<div style="width: 33.33%; padding: 5px;">
<img src="docs/image/style-simple.webp" alt="simple" style="width: 100%; height: auto;">
</div>
<div style="width: 33.33%; padding: 5px;">
<img src="docs/image/style-text_bottom.webp" alt="text_bottom" style="width: 100%; height: auto;">
</div>
<div style="width: 33.33%; padding: 5px;">
<img src="docs/image/style-melon.webp" alt="melon" style="width: 100%; height: auto;">
</div>
</div>
<table>
<tr>
<td>style: simple</td>
<td>style: text_bottom</td>
<td>style: melon</td>
</tr>
<tr>
<td><img src="docs/image/style-simple.webp" width=270></td>
<td><img src="docs/image/style-text_bottom.webp" width=270></td>
<td><img src="docs/image/style-melon.webp" width=270></td>
</tr>
</table>

### Help

Expand Down

0 comments on commit b329415

Please sign in to comment.