what is bootstrap well

藏色散人
Release: 2020-11-30 17:25:50
Original
1963 people have browsed it

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>".

what is bootstrap well

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 a
with 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 login

Running effect:

what is bootstrap well

The above is the detailed content of what is bootstrap well. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!