I'm trying to align a property in css with :
display: flex;
justify-content: center;
align-items: center;
body has height :100%
, and the described element is the first nested element in body, why it isn't receiving 100% height ?
I'm trying to align a property in css with :
display: flex;
justify-content: center;
align-items: center;
body has height :100%
, and the described element is the first nested element in body, why it isn't receiving 100% height ?