Bootstrap 4中的border-top-0类
在Bootstrap4中使用border-top-0类删除顶部边框。
设置border-top-0类-
<div class="mystyle border border-top-0"> Rectangle is missing the TOP border. </div>
让我们看一个示例来实现border-top-0类-
示例
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap 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/4.1.0/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<style>
.mystyle {
width: 350px;
height: 170px;
margin: 10px;
}
</style>
</head>
<body>
<div class="container">
<h2>Heading Two</h2>
<div class="mystyle border border-top-0">
Rectangle is missing the TOP border.
</div>
</div>
</body>
</html>热门推荐
10 给哥嫂结婚祝福语简短
11 公司商务中秋祝福语简短
12 同事入新家祝福语简短
13 职场韩语祝福语大全简短
14 送爸爸的简短祝福语
15 结婚见证祝福语简短精辟
16 喜欢新车的祝福语简短
17 喜事作文结尾祝福语简短
18 年前幸福祝福语大全简短