Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.
h25 : Html.Styled.Attribute msg
Set height to 25% of parent element.
h50 : Html.Styled.Attribute msg
Set height to 50% of parent element.
h75 : Html.Styled.Attribute msg
Set height to 75% of parent element.
h100 : Html.Styled.Attribute msg
Set height to 100% of parent element.
w25 : Html.Styled.Attribute msg
Set width to 25% of parent element.
w50 : Html.Styled.Attribute msg
Set width to 50% of parent element.
w75 : Html.Styled.Attribute msg
Set width to 75% of parent element.
w100 : Html.Styled.Attribute msg
Set width to 100% of parent element.