2
<div className="containerConversa2">
<div className="conversa">
<div className="preenchidaAutomaticamente">teste </div>
</div>
</div>
I have this html structure that is going to be filled automatically,And if it’s a completely left receiver class, something like the Whats app messages, the incoming messages line up on the left and the incoming ones line up on the right, how can I do that using css? the css of the containerConversa2 class is this below
.containerConversa2{
display:flex;
flex-direction:column;
}
Thank you, thank you very much
– Israell Llopes
@Israellllopes without problems friend
– hugocsl