The Bootstrap well component provides a quick way to apply a simple inset effect to an element. It will be very helpful if you just want to place some content inside a box to make it look like different from rest of the contents. To use this just enclose the contents with a <div>
element and apply the class .well
on it.
Example
<div class="well">
Look, I'm in a well!
</div>
Preview