How to fixed the height of two different row with equal height? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to fixed the height of two different row with equal height?

I want to fixed the two different row with equal height inside the div. so can anyone help me out for this.. if we check that into the browser the size of both the div as well as content should be proper.

17th Oct 2018, 8:18 AM
Anuranjan Kumar
Anuranjan Kumar - avatar
1 Respuesta
+ 1
Reference: https://www.w3schools.com/cssref/tryit.asp?filename=trycss_dim_height_percent You could change #child to a class (.child) and apply the class to both child elements (after you create the second child element of course).
17th Oct 2018, 9:12 AM
Janning⭐
Janning⭐ - avatar