Bootstrap Wells

In Bootstrap, wells are used to add a rounded border around an element with a gray background color and some padding. It is like a container that displays the content.

The class .well is used with <div> element to add well.

Example -

Bootstrap Wells Size

Change the size of the well by adding the .well-sm class for small wells or  .well-lg class for large wells:

Example -