Thursday, August 21, 2014

Bootstrap Wells

Bootstrap Wells class create an inset effect on the page apply .well class on the container <div> then inset effect will appear on that. Simple method to create a well, wrap your content where you would like to appear in the well with a <div> with the class of .well. The following example shows how it looks like.



 <div class="well">Hi, am in well !!</div>


Sizing


There are two classes which use for change the size of well .well-lg and .well-sm. These both classes are used in combination with .well class. These have an effect on the padding and making the well larger or smaller depending on the class.


<div class="well well-lg">Hi, am in large well !!</div>
<div class="well well-sm">Hi, am in small well !!</div>



Bootstrap Wells

No comments:

Post a Comment