changing styles
This commit is contained in:
@@ -1,6 +1,23 @@
|
||||
<template>
|
||||
<div>
|
||||
<img src="/img/epic.jpeg" />
|
||||
<div class="flex-row center-content">
|
||||
<h2>Gym</h2>
|
||||
<p>I'm not a gym geek but I have a consistent routine:</p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Row</th>
|
||||
<td>30 min</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Run</th>
|
||||
<td>5k</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Pushup & Squat</th>
|
||||
<td>50</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user