Css – Why does height:100% work on child div when parent div has no set height
There are many discussions about why height:100% doesn't work when parent div has no set height.But this time I found it weirdly does work with the below codes and i don't know why. I don't set the height value to…