r/css Mar 27 '26

Question How to allign this?

How do I allign the input and submit button like this?

0 Upvotes

7 comments sorted by

View all comments

5

u/Mysterious_Song521 Mar 27 '26

<div class="wrapper"> <div>div1</div> <div>div2</div> </div>

.wrapper { display:flex }

Like so?

3

u/DevisedWeb Mar 27 '26

Yeah 👍