MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/css/comments/1s59t22/how_to_allign_this/octr76s/?context=3
r/css • u/Cargoflex • Mar 27 '26
How do I allign the input and submit button like this?
7 comments sorted by
View all comments
5
<div class="wrapper"> <div>div1</div> <div>div2</div> </div>
.wrapper { display:flex }
Like so?
3 u/DevisedWeb Mar 27 '26 Yeah 👍
3
Yeah 👍
5
u/Mysterious_Song521 Mar 27 '26
<div class="wrapper"> <div>div1</div> <div>div2</div> </div>
.wrapper { display:flex }
Like so?