Bootstrap Wells

Bootstrap Wells were used in Bootstrap 3 to create inset content blocks with a subtle border and background.
However, starting from Bootstrap 4 and Bootstrap 5, .well is removed and replaced by Cards & utility classes.


📌 Bootstrap 3 — Wells (Old Usage)


 

 

✔ Used for simple message boxes
✔ Light gray background with border
✔ Different sizes (well-sm, well-lg)


🚫 Bootstrap 4 & 5 — Wells Removed

Bootstrap removed .well in favor of cards which are more flexible and modern.


✅ Modern Replacement: Bootstrap Card



 


Alternative Styles Using Utility Classes

Soft Message Box



 

Highlight Box



 


📌 Full Comparison Table

FeatureBootstrap 3 (Old)Bootstrap 4/5 (New)
Basic content container.well.card, .alert, utility classes
Styling optionsSmall/Large wellsBorders, shadows, background utilities
FlexibilityLimitedHighly flexible
Still supported?❌ No (Deprecated)✔ Yes

⭐ Modern Styled Well Examples (Bootstrap 5)

🔹 Simple “Well” Look



 

🔹 Card with Header



 

🔹 Soft Shadow Box



 


🎉 Summary

Bootstrap VersionWells Available?Recommended Alternative
Bootstrap 3✔ Yes (.well, .well-sm, .well-lg)Still works in 3
Bootstrap 4 / 5❌ No.card, .alert, utilities

You may also like...