How to wrap a container to have a background gradient using bootstrap? -
How do I wrap a square container so that I have a 100% background shield? I do not want it to be applied to the whole body, though. Just for the container.
 Add a class to the container div element for example   In the CSS file,  & lt; Div class = "container word wrapper" & gt; Here's some content & lt; / Div & gt;    .wrapclr {background-gradient}: Your choice; }    
 
Comments
Post a Comment