What is the most effective way to align items vertically in a container without using margin. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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

30th Jul 2020, 5:16 PM
Ć‘Ä“Å®Č›Å˜Ć˜Ć‘
4 Respostas
+ 1
You can try with position:absolute And make the h3 tag and btn at same line without using margin
30th Jul 2020, 5:23 PM
v@msišŸ˜‰
v@msišŸ˜‰ - avatar
+ 1
Where should I put position absolute.
30th Jul 2020, 5:23 PM
Ć‘Ä“Å®Č›Å˜Ć˜Ć‘
+ 1
Nevermind. Thanks
30th Jul 2020, 5:24 PM
Ć‘Ä“Å®Č›Å˜Ć˜Ć‘
30th Jul 2020, 5:27 PM
v@msišŸ˜‰
v@msišŸ˜‰ - avatar