Answers for "how to get height of parent container and set the same for child + css"

4

css fill parent height

#root {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
Posted by: Guest on November-06-2020
0

html same width as parent

width: 100%
Posted by: Guest on January-16-2022

Code answers related to "how to get height of parent container and set the same for child + css"

Browse Popular Code Answers by Language