Answers for "html height percentage not working"

0

html height percentage not working

<!--a child element inherits height/width from parent element
so defined height in parent to be able to take a percentage in child-->
<!--ex:-->
body {height: 500px}
div {height: 50%}
Posted by: Guest on May-05-2022

Code answers related to "html height percentage not working"

Browse Popular Code Answers by Language