Here is the setup I currently have:
<div>
<input>
<input>
<textarea>
</div>
I am looking to align the tops of the inputs and the textarea within the div. However, it seems like the inputs are at the bottom and the textarea is at the top of the div. Is there a way to achieve the desired alignment using CSS?
Here is the desired layout:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x input input textarea x
x textarea x
x textarea x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx