Skip to content

Commit e40cc61

Browse files
committed
Create Bootstrap 5 Default Settings-index copy.html
1 parent 34d171f commit e40cc61

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Bootstrap Example</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link
8+
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
9+
rel="stylesheet"
10+
/>
11+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
12+
</head>
13+
<body>
14+
<div class="container mt-3">
15+
<p>
16+
The font-size of each Bootstrap heading depends on the screen size. Try
17+
to resize the browser window to see the effect.
18+
</p>
19+
<h1>h1 Bootstrap heading</h1>
20+
<h2>h2 Bootstrap heading</h2>
21+
<h3>h3 Bootstrap heading</h3>
22+
<h4>h4 Bootstrap heading</h4>
23+
<h5>h5 Bootstrap heading</h5>
24+
<h6>h6 Bootstrap heading</h6>
25+
</div>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)