Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to lay out a web page with several images that must stretch to fill the available browser window, but with text content that is centred in the page. So far, the only ways I seem to be able to do this are, a) combine the images into one, and set this as a background image for body, then carefully vertically position the middle bands of content to fit the gaps between images, or, b) to nest a container (fixed) div inside a container-fluid div, holding the image, with the fixed holding the text content. I have, however, seen dire warnings and scorn poured on those who advocate nesting bootstrap containers.

This image[^] may help convey what I need.
Posted
Updated 22-Apr-15 20:13pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900