Last active
August 27, 2020 13:34
-
-
Save Shervin1995/ba714162096db363f6aa83c1d551f170 to your computer and use it in GitHub Desktop.
2020-August-27 | juniorfrontend.ir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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