0
I’m having trouble adjusting the background-color of a table using css so that the background is all black and still on a margin to the sides, up and down. Width can be adjusted with width:
#tabela{
width: 38%;
margin: auto;
background-color: black;
}
However height I cannot with height.
Dude, it’s not clear what you need... do you have an image of Layout? You want to change the height of the table as a whole or just the background... it’s kind of meaningless what you want to do
– hugocsl