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 & lt; Div class = "container word wrapper" & gt; Here's some content & lt; / Div & gt;

In the CSS file, .wrapclr {background-gradient}: Your choice; }

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -