Latest web development tutorials

Bootstrap Wells

If you need a page with an embedded effect in Bootstrap .well you only need to use the class can. Examples are as follows:

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

View online examples

Examples of the display as follows:

wells_demo

size

To set the size of the well through the use of well-lg or well-lg, with two optional modified class can be controlled within the fill (padding) and rounded corners. Examples are as follows:

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

View online examples

Examples of the display as follows:

wellssize_demo