Bootstrap Well

Default Well of Medium size
<div class='well'>Default Well of Medium size</div>

Small and large size well

small size, class='well well-sm'
Large Well, class='well well-lg'
Code is here
<div class='well well-sm'>small size, class='well well-sm'</div>
<div class='well well-lg'>Large Well, class='well well-lg'</div>
Default Well of Medium size

Change to your own background colour

We can add our own background colour to the well. Let us create own style property like this. To change all wells used with class=well ( default )
<style>
.well {
  background: #f00000;
}
</style>
We can create some specific class with different background and then link to required well.
<style>
.my_bg-class{
background: #ffff80;
}
</style>
<div class="well my_bg-class">This well is class='well my_bg-class'</div>
Output is here
This well is class='well my_bg-class'
Change above Background colour and Generate CSS code
Select your favorite color here, after selection your CSS code will change.
<style>
.my_bg-class{
background: #ffff80;
}
</style>.




Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here .







    Most Popular JQuery Scripts

    1

    Two dependant list boxes

    2

    Calendar with Date Selection

    3

    Data change by Slider

    4

    Show & Hide element


    JQuery Video Tutorials




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer