Bootstrap Well
Bootstrap provides the following classes to add a rounded border around an element with a gray background color and some padding. .well: Add a normal size well. .well-sm: Add a small size well. .well-lg: Add a large size well. Bootstrap Well Example: <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Wells Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, … Read more