-2
Good afternoon, I am using html with bootstrap 5.0 and I have a doubt in reducing the space between the text within the "td", as I increase the font size, this space increases.
<tr>
<td colspan="3" style="text-align:center" class="bg-success text-white">
<class style="font-size:510px"><b>612</b><class style="font-size:50px">Portas
</td>
did not understand, Oce wants to increase the size of your text without increasing the size of your td ?
– Richard Gomes
hello Renan, if you are using
bootstrap
, pq does not use the grid system (Row/cols) to make this layout? from what I noticed, is using table to make a layout that is not table, is not making good use of the potential of bootstrap :)– Ricardo Pontual
Good afternoon Ricando, cool, I am new in web programming kkk, good idea, I will use the grid. Grateful!
– renan maia
changes the lineheight q solves
– Jasar Orion
Richard Gomes, almost that, I actually want to remove this space and leave "glued" the 612 doors just below the line.
– renan maia
Put margim:0 in the title, and just to ensure puts line-height:1 tb. And face this here does not exist!!
<class style="font-size:510px">
... what tab html is this ?– hugocsl
hugocsl, exact, I was wrong to write the code! Abrass.
– renan maia