-2
the HTML code is this- I wanted to put a flex display only in "forms2" for the inputs to be in Row. What should I do?
<div class="forms1">
<div class="prontuario"><b>Prontuário:</b> <input type="text"></div>
</div><!--forms1-->
<div class="forms2">
<ul>
<li><b>Nome:</b> <input type="text"></div></li>
<li><b>CPF:</b> <input type="text"></div></li>
<li><b>ENDEREÇO:</b> <input type="text"></div></li>
</ul>
</div><!--forms2-->
*CSS .forms2{ display: flex; }
Important you [Dit] your question and explain objectively and punctually the difficulty found, accompanied by a [mcve] of the problem and attempt to solve. To better enjoy the site, understand and avoid closures and negativations worth reading What is the Stack Overflow and the Stack Overflow Survival Guide (summarized) in Portuguese.
– Bacco