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 \"
You can use both of them:
padding-right:10px; padding-right:10%;
But it's better to use with %.