CSS Cell Margin

后端 未结 16 1292
长情又很酷
长情又很酷 2020-11-29 02:18

In my HTML document, I have a table with two columns and multiple rows. How can I increase the space in between the first and second column with css? I\'ve tried applying \"

16条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 03:24

    You can use both of them:

    padding-right:10px;
    
    padding-right:10%;
    

    But it's better to use with %.

提交回复
热议问题