Is there a way to get a background in CSS to stretch or scale to fill its container?
I would like to point out that this is equivalent to doing:
html { width: 100%; height: 100%; } body { width: 100%; height: 100%; /* Add background image or gradient to stretch here. */}