2
So guys, I’d like help here with css.
For example:
I have an H3
<h3> Bem Vindo ao Portal do Cliente </h3>
When I go to the browser, I have the text and the box of H3.
What I wanted was to get the box in H3 the size of the text. That is, that width was limited to the end of the text automatically without having to report a size in pixels.
Remove that blank space after text.
You can do it?
You may notice that I have put width with small size but the H3 box remains large although the text has shrunk. Note that after the text there is a colored part until the end of the line.
Try putting a display on H3: inline;
– Lucas de Carvalho
Like you’re doing at the moment?
– David