0
I’m having trouble adding a Section tag where there are 3 squares next to each other.
section#blocos{
display: block;
text-align: center;
}
section#blocos .blocos-coloridos{
display: inline-block;
vertical-align: middle;
margin: 0 0 1% 0;
padding: 2% 2%;
}
<section id="blocos">
<div class="bloco-coloridos">
<h3>Vermelho</h3>
<h4>Azul</h4>
<h5>Verde</h5>
</div>
</section>
Welcome to the sopt. It would be interesting to add a [mcve] in the question, and also the image directly here, so it is easier to help you and the question is independent of links. :)
– user28595
I’ll program and send
– Borgesco
can help me?
– Borgesco
@Borgesco I made an answer based on what I understood in the question, see if this solution, help you?
– Igor Mello