Forums.Likebd.Com

Full Version: Simple Html Table code mobile view forums.likebd.com in header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<style>
.stable{
width: 100%;
background: lightblue;
border-bottom: 2px solid red;
;
}
.stable td {
padding: 5px;
margin: 5px;
background: #243d54;
text-align: center;
border-radius: 5px;

}
.stable td a {
color: white;
font-size: 20px;
font-family: Arial;
display: block;
}

</style>
<table class="stable">
<tr><td colspan="4"><font color="white">Our All Sitelist</font></td></tr>
<tr>
<td><a href="http://likebd.com">Likebd.com</a></td>
<td><a href="http://forums.likebd.com">Forums.likebd.com</a></td>
<td><a href="http://herbdbd.com">Herobd.com</a></td>
<td><a href="http://annswers.likebd.com">Answers.likebd.com</a></td>

</tr>
</table>