I’m starting a new rails project and added twitter bootstrap (since i’ve heard good things about it). This is a beginner question but, how do I add background images that span the entire hight/width of a page without letting twitter-bootstrap’s default top and left padding get in the way? Is there a basic setup I haven’t come across yet? How do I remove that padding for a specific page and yet still let the padding remain in the rest of the app? Is this padding beneficial?
Thanks
You could add the background image to the body, as it would not be affected by the padding
or add a
absolute/ ‘fixed` positioned container w/ the full width & height and apply the background image to that container.CSS