top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is bootstrap well and how to create bootstrap well?

0 votes
297 views
What is bootstrap well and how to create bootstrap well?
posted Jul 5, 2017 by Nemai Jana

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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

enter image description here

answer Jul 5, 2017 by Ajoy Garang
...