Of course! We can set the dimensions of block-level HTML elements with the width
and height
properties.
Relative heights are tricky, as they set the height in percent of the HTML element's parent, which, in this case, is the body with a height of 0px
.