<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>请登陆</h1>
<form>
<div class="input-group">
<span class="input-group-text">@</span>
<input type="text" class="form-control" placeholder="用户名">
</div>
<div class="input-group">
<span class="input-group-text">@</span>
<input type="text" class="form-control" placeholder="密码">
</div>
</form>
<br/>
<button type="button" class="btn btn-primary">登陆</button>
<button type="button" class="btn btn-warning">取消</button>
</div>
<script src="./js/bootstrap.bundle.min.js"></script>
</body>
</html>
第一次上机测试bootstrap
最新推荐文章于 2024-11-12 11:19:19 发布