+ 1
What is the most effective way to align items vertically in a container without using margin.
For example: I want to align my button vertically with the h3 tag in my code. Can you please give me a solution to this. https://code.sololearn.com/W6r5KDEB0OdZ/?ref=app
4 Answers
+ 1
You can try with position:absolute
And make the h3 tag and btn at same line without using margin
+ 1
Where should I put position absolute.
+ 1
Nevermind. Thanks