explain .well class in bootstrap ?

Report
Question
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

Please explain why do you think this question should be reported?

Report Cancel
<body>
    <div class="well">This is well used in bootsrap</div>
</body>

Thread Reply

Leave an comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>