Last active
April 14, 2016 11:24
-
-
Save M2vH/486c5f72e13f455864e9c7b85065d869 to your computer and use it in GitHub Desktop.
panther anzeigentafel
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
<html> | |
<body> | |
<table style="width:100%; padding:15px; background-color:black;"> | |
<tr> | |
<th style="width:40%"><h7>Home</h7></th> | |
<th style="width:20%"><h3>Game 1</h5></th> | |
<th style="width:40%"><h7>Away</h7></th> | |
</tr> | |
<tr> | |
<td style="padding: 15px; text-align:center"><h3>Mönchengladbach Wolfpack</h3></td> | |
<td style="padding: 15px; text-align:center"><h3>vs.</h3></td> | |
<td style="padding: 15px; text-align:center"><h3>Düsseldorf Panther</h3></td> | |
</tr> | |
<tr> | |
<td style="padding: 15px; text-align:right"><h1>6</h1></td> | |
<td style="padding: 15px; text-align:center"><h1>:</h1></td> | |
<td style="padding: 15px; text-align:left"><h1>36</h1></td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment