06-28-2018, 02:55 AM
<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>
.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>
Hasan