Hi, I'm in"> Hi, I'm in" />
Easy Tutorial
❮ Bootstrap V2 Tab Plugin Bootstrap V2 Affix Plugin ❯

Bootstrap Wells

If you need an embedded effect on your page, in Bootstrap you only need to use the .well class. Here is an example:

<div class="well">Hi, I'm in a well!!</div>

View example online

The example displays as follows:

Size

By using well-lg or well-sm, you can set the size of the well. These optional modifier classes control the padding and border-radius. Here is an example:

<div class="well well-lg">Hi, I'm in a large well!!</div>
<div class="well well-sm">Hi, I'm in a small well!!</div>

View example online

The example displays as follows:

❮ Bootstrap V2 Tab Plugin Bootstrap V2 Affix Plugin ❯