Questions tagged [liquid-layout]

A Fluid Design is a CSS strategy that utilizes percentage widths for most page components, allowing them to adapt to the dimensions of the user's screen.

Increasing the font size significantly will not change the fluidity of the layout

When I initially didn't set the font-size, and inserted a long text in a div like this: <div>Hello World Hello World Hello World Hello World Hello World Hello World</div> If I narrow the browser, the overflow part would change to the next lin ...