Skip to content

Instantly share code, notes, and snippets.

@flodolo
Last active December 3, 2015 18:55
Show Gist options
  • Save flodolo/251940b32162bf144f38 to your computer and use it in GitHub Desktop.
Save flodolo/251940b32162bf144f38 to your computer and use it in GitHub Desktop.
#localization_table th {
font-family: "League Gothic", Impact, sans-serif;
width: 0.6em;
text-align: center;
padding: 0;
font-size: 2.11em;
}
#localization_table td {
padding: 0.3em 0 0;
font-size: 0.8em;
text-align: center;
}
<table id="localization_table">
<tr>
<th>L</th>
<th>o</th>
<th>c</th>
<th>a</th>
<th>l</th>
<th>i</th>
<th>z</th>
<th>a</th>
<th>t</th>
<th>i</th>
<th>o</th>
<th>n</th>
</tr>
<tr>
<td></td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment