Skip to content

Instantly share code, notes, and snippets.

@Shervin1995
Last active August 27, 2020 13:34
Show Gist options
  • Save Shervin1995/ba714162096db363f6aa83c1d551f170 to your computer and use it in GitHub Desktop.
Save Shervin1995/ba714162096db363f6aa83c1d551f170 to your computer and use it in GitHub Desktop.
2020-August-27 | juniorfrontend.ir
<!--
2020-August-27 by juniorfrontend.ir
-->
<style media="screen">
table{border: solid 1px; padding: 1em}
table td{padding: 1em;}
</style>
<table>
<tr style="font-weight:bold;">
<td style="border-bottom: solid 1px;">Name</td>
<td style="border-bottom: solid 1px;">Birthday</td>
<td style="border-bottom: solid 1px;">Is Student?</td>
</tr>
<tr>
<td>junior</td>
<td>2020</td>
<td>yes</td>
</tr>
<tr>
<td>shervin</td>
<td>1995</td>
<td>no</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment