Skip to content

Commit

Permalink
fix: use align attribute instead of style to set table column alignme…
Browse files Browse the repository at this point in the history
…nt in README

Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed Mar 27, 2024
1 parent f995dbc commit abacbb2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ At any time, the clear button (Big red button marked "C") can be used to clear t
</thead>
<tbody>
<tr>
<td style="text-align: center">Drawing On the Canvas</td>
<td style="text-align: center">Saving an Image</td>
<td style="text-align: center">Connection Failure</td>
<td align="center">Drawing On the Canvas</td>
<td align="center">Saving an Image</td>
<td align="center">Connection Failure</td>
</tr>
</tbody>
</table>
Expand All @@ -133,8 +133,8 @@ To connect to WiFi, click on the button marked WiFi (below save) or go to the "D
</thead>
<tbody>
<tr>
<td style="text-align: center">WiFi Connection Form</td>
<td style="text-align: center">Typing With Keyboard</td>
<td align="center">WiFi Connection Form</td>
<td align="center">Typing With Keyboard</td>
</tr>
</tbody>
</table>
Expand All @@ -147,8 +147,8 @@ To connect to WiFi, click on the button marked WiFi (below save) or go to the "D
</thead>
<tbody>
<tr>
<td style="text-align: center">Successful Connection</td>
<td style="text-align: center">Server Showing Address</td>
<td align="center">Successful Connection</td>
<td align="center">Server Showing Address</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit abacbb2

Please sign in to comment.