Bootstrap Panels
Panel refers to a bordered box with some padding around its content. Bootstrap provides the .panel class to create the panel. The .panel-body class is used for the content inside the panel. Bootstrap Basic Panel Example: <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Basic Panel Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script … Read more