Google News
logo
Bootstrap-3 - Interview Questions
Explain bootstrap well properly.
The Bootstrap well component provides a quick way to apply a simple inset effect to an element.  The class .well is used with <div> element to add well.  
 
<div class="container"> 
  <div class="well">Hi! I am a Well.</div>  
</div>
Advertisement