bootstrap well is a container "
" that causes the content to be recessed or illustrated. To create a Well, simply place the content in the "<" with "class .well" ;div>".Recommended: "bootstrap Tutorial"
Bootstrap Well
Well is a container
that causes the content to appear recessed or illustrated. To create a Well, simply place the content inside awith class .well. The following example demonstrates a default Well:The code is as follows:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例 - 默认的 Well</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="well">您好,我在 Well 中!</div> </body> </html>Copy after loginRunning effect:
The above is the detailed content of what is bootstrap well. For more information, please follow other related articles on the PHP Chinese website!