hello
world
Why does the background color not show as black? I cannot set the width and float, is it possible without them?
Thank you for your time.
Since the outer div only contains floated divs, it renders with 0 height. Either give it a height or set its overflow to hidden.