explain .well class in bootstrap ?
ReportQuestion
2 years ago 776 views
A well is a container in <div> that causes the content to appear color or an inset effect on the page. To create a well, simply wrap the content that you would like to appear in the well with a <div> containing the class of .well
<body>
<div class="well">This is well used in bootsrap</div>
</body>
Thread Reply