-3
I’m trying to put some text and some small images on the same line, and leave the whole block centered on the screen.
I’ve tried to use float:left
in everything, and stays in the same line, but then I can’t center in the middle of the screen.
<div id="parceiros">
<p>Nossos parceiros:</p>
<div id="logos-parceiros">
<img src="./imagens_body/logo_aws.png">
<img src="./imagens_body/logo_veesec.png">
<img src="./imagens_body/logo_vindi.png">
<img src="./imagens_body/logo_namecheap.png">
<img src="./imagens_body/logo_forward.png">
<img src="./imagens_body/logo_azure.png">
<img src="./imagens_body/logo_encrypt.png">
</div>
</div>
The idea was to stay on the same line and centralized:
Our partners: [logo1] [logo2] [logo3] ...
Good afternoon. Where’s the CSS code? Your question needs more information to help. Click edit and put additional information so that we can help.
– Wallace Maxters