Simple Html Table code mobile view forums.likebd.com in header - Printable Version +- Forums.Likebd.Com (http://forums.likebd.com) +-- Forum: English Forums (http://forums.likebd.com/forumdisplay.php?fid=134) +--- Forum: Design and Development (http://forums.likebd.com/forumdisplay.php?fid=233) +---- Forum: HTML & Website Design (http://forums.likebd.com/forumdisplay.php?fid=234) +---- Thread: Simple Html Table code mobile view forums.likebd.com in header (/showthread.php?tid=3307) |
Simple Html Table code mobile view forums.likebd.com in header - Hasan - 06-28-2018 <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> |