InterviewSolution
| 1. |
Describe Bootstrap Panel? |
|
Answer» Whenever there is a NEED of putting the contents in a bordered box with some padding around, panel components are used. They can be created with the .panel class and content inside the panel has a .panel-body class. For CREATING a BASIC panel, add class .panel to the <div> element and add class .panel-default to this element. Whenever there is a need of putting the contents in a bordered box with some padding around, panel components are used. They can be created with the .panel class and content inside the panel has a .panel-body class. For creating a basic panel, add class .panel to the <div> element and add class .panel-default to this element. |
|