Bootstrap 3 Well (Legacy)

Bootstrap 3 wells added an inset panel around content. The component was removed from Bootstrap 4; use cards, borders, backgrounds and spacing utilities instead on newer pages.

Legacy Bootstrap 3 Well Top ↑

<div class="well">
  Basic well
</div>

<div class="well well-sm">
  Small well
</div>

<div class="well well-lg">
  Large well
</div>

Bootstrap 4 Replacement Top ↑

<div class="border rounded bg-light p-3">
  Similar visual treatment using Bootstrap 4 utilities.
</div>

Original Source Examples Retained for Migration Reference Top ↑

These original examples are preserved so no learner-purpose code is silently dropped. The current examples above are the recommended implementation for this page.

Original example 1

<style>
.well {
  background: #f00000;
}
</style>

Original example 2

<style>
.my_bg-class{
background: #ffff80;
}
</style>

Original example 3

<div class="well my_bg-class">This well is class='well my_bg-class'</div>

Original example 4

<style>\n";
str +=".my_bg-class {\n";
str +=" background: "+val+";\n"
str +="}\n"
str +="</style>

Additional Original Learning Routes Top ↑






plus2net.com






We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2026   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer