Reputation: 25
I have two textareas
<textarea>Text area 1</textarea>
<textarea>Text area 2</textarea>
I want to position themselves ontop of eachother like so:
However i do not want to use <br>
.
Is there another way to do this in CSS? For example, messing with textarea
margin
or display
properties?
Thanks.
Upvotes: 1
Views: 4068