In bootstrap-3 there is .well
class which adds a rounded border around an element with a gray background color and some padding.
<div class="well">Basic Well</div>
But, I didn't find any .well
class in bootstrap-4. Is there any tag equivalent to .well
in bootstrap-4?
I'm mading my classes well for class alert, for me it looks like it's getting nice, but some tweaks are sometimes needed as to put the width 100%
Update 2018...
card
has replaced thewell
.Bootstrap 4
or, as two DIVs...
(Note: in Bootstrap 4 Alpha, these were known as
card-block
instead ofcard-body
andbg-faded
instead ofbg-light
)http://codeply.com/go/rW2d0qxx08
Wells are dropped from Bootstrap with the version 4.
You can use Cards instead of Wells.
Here is a quick example for how to use new Cards feature:
Live example: jsFiddle
This worked best for me:
None of the answers seemed to work well with buttons. Bootstrap v4.1.1