I wonder how to make the[name] and the [input area] align vertically using CSS
like
Name
[Input]
I wonder how to make the[name] and the [input area] align vertically using CSS
like
Name
[Input]
Best way would be,
display: flex; flex-direction: column;
Thank you so much! It works now!