Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyCSSwidth heightSingle-choice MCQ

A child div has `height: 100%` but appears to have no height on screen. The parent has no explicit height. Why?

.parent { /* no height set */ } .child { height: 100%; }