The "Inside" Problem

added by JavaScript Kicks
5/20/2019 6:00:24 PM

403 Views

So, you're working on a design. You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn't necessarily need to be edge-to-edge. You want to: Limit the width (for large screens) Pad the edges Center the content It's "the inside problem" in web layout.


0 comments