+ 1
How to fit child into parent div?
Suppose we have .parent of height 200px and inside .child of height 400px I want to fit .child into parent from .parent don't want child of height 100% https://code.sololearn.com/WemyCVCeOZZf/?ref=app
6 Answers
+ 4
Amar Dahake Look at this code
https://code.sololearn.com/WUZiIaz4kR3o/?ref=app
+ 2
Width 100% and height equal to parent div đ€
Else make your que more clear
+ 2
äžčâšă©Ú©ć»Ÿ ok check question again
+ 2
You can use flex box properties of CSS
+ 2
Yes äžčâšă©Ú©ć»Ÿ
0
Amar Dahake you can set height of child div as 200%