How to adjust font size of the td elements in a table which has a fixed width of 100%

前端 未结 0 1063
醉话见心
醉话见心 2020-12-06 17:23

I wanted my table to be as wide as my browser window, so I wrote -

table {
    width: 100%;
}

I wanted my td and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题