Last active
December 15, 2015 12:48
-
-
Save udibagas/5262584 to your computer and use it in GitHub Desktop.
This file contains 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
<table style="background-image: url(http://office.travelairpng.com/images/11.png);" cellpadding="5" cellspacing="0"> | |
<tbody> | |
<tr> | |
<td class="toptext" colspan="2"> | |
Top text | |
</td> | |
</tr> | |
<tr> | |
<td class="lefttext" rowspan="2"> | |
<div class="vertical-text">Mount Hagen</div> | |
</td> | |
<td> | |
<p class="rounded-container-content"> | |
<br /><br /> | |
<span style="font-size:1.5em;line-height:1em;">Port Moresby visit Mt Hagen</span><br /><br /> | |
from only ...<br /><br /> | |
<span style="font-size:2.5em;line-height:1em;color:red;font-weight:bold;">K 198</span> | |
</p> | |
<p class="rounded-container"></p> | |
</td> | |
</tr> | |
<tr> | |
<td class="courtesy"> | |
<a href="#">Courtesy</a> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
This file contains 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
<table style="background-image: url(http://office.travelairpng.com/images/14.png);" cellpadding="5" cellspacing="0"> | |
<tbody> | |
<tr> | |
<td class="lefttext" rowspan="3"> | |
<div class="vertical-text"> | |
Wewak | |
</div> | |
</td> | |
<td class="toptext">Top text</td></tr> | |
<tr> | |
<td> | |
<p class="rounded-container-content"> | |
<br /><br /> | |
<span style="font-size:1.5em;line-height:1em;">Port Moresby visit Wewak</span><br /><br /> | |
from only ...<br /><br /> | |
<span style="font-size:2.5em;line-height:1em;color:red;font-weight:bold;">K 198</span> | |
</p> | |
<p class="rounded-container"></p> | |
</td> | |
</tr> | |
<tr> | |
<td class="courtesy"> | |
<a href="#">Courtesy</a> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment