如何使这个表响应

时间:2017-03-12 18:40:53

标签: html css html-table margin responsive

有人可以帮助我让这张桌子响应:

http://footkick.16mb.com

<table style="margin: 0px 350px auto;">
    <tr>
        <th style=" background: rgb(25, 97, 208);"><iframe src="http://free.timeanddate.com/clock/i5e8kea0/n136/tluk/fn13/fs24/fc009/ftb/bo3/pa10/tt0/ta1" frameborder="0" width="549" height="50"></iframe></th>
    </tr>
    <tr>
        <th style="color: #fff4f4;background: #dc2121;">
            Site still in Progress!
        </th>
    </tr>
</table>

1 个答案:

答案 0 :(得分:1)

以下是关于响应表的精彩文章,总之,您可以将移动设备的显示属性覆盖为显示块或内联等

Responsive Data Tables