Bootstrap WellsIn Bootstrap, wells are used to add a rounded border around an element with a gray background color and some padding. It is like a container that displays the content. The class .well is used with <div> element to add well. Example: Test it NowBootstrap Wells SizeBy Default, wells size is medium but you can change the size of the well according to your need. The .well-sm class is used for small wells and .well-lg class is used for large wells. Example: Test it NowNext TopicBootstrap Badges and Labels |