Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap wells and panels

I am currently learning about panels and wells in Bootstrap. They seem very similar to me.

I would just like to know what is the difference if any between a panel and a well in Bootstrap?

like image 286
Milk_Shaykh Avatar asked Nov 02 '15 02:11

Milk_Shaykh


1 Answers

If you look closely, all panel does is apply some basic border and padding to contain some content.

Whereas a well is a container that causes the content to appear sunken or an inset effect on the page.

Additionally you can have a panel header, body and footer. That is not possible in wells. This is because wells are used for decorative purposes or for standing out. But panels provide a much complex structure where you can have a header, body and footer to make some content stand out.

like image 140
Vivek V Dwivedi Avatar answered Sep 30 '22 17:09

Vivek V Dwivedi