質問編集履歴

1

ご指摘いただいた点を追加しました。

2021/04/08 07:47

投稿

azusamuu
azusamuu

スコア2

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,93 @@
37
37
 
38
38
 
39
39
  よろしくお願いいたします。
40
+
41
+
42
+
43
+ **補足**
44
+
45
+ ◉見本のサイトはこちらです
46
+
47
+ [リンク内容](http:/www.marorika.com/entry/bootstrap-beginner)
48
+
49
+
50
+
51
+ ◉htm全体
52
+
53
+ ```<!doctype html>
54
+
55
+ <html lang="ja">
56
+
57
+ <head>
58
+
59
+ <!-- Required meta tags -->
60
+
61
+ <meta charset="utf-8">
62
+
63
+ <meta name="viewport" content="width=device-width, initial-scale=1">
64
+
65
+
66
+
67
+ <!-- Bootstrap CSS -->
68
+
69
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
70
+
71
+
72
+
73
+ <title>Hello, world!</title>
74
+
75
+ </head>
76
+
77
+ <body>
78
+
79
+ <div class="border bg-warning text-white">
80
+
81
+ <div class="ml-3 pb-4 border bg-info">
82
+
83
+ class="ml-3 pb-4"
84
+
85
+ </div>
86
+
87
+ </div>
88
+
89
+
90
+
91
+ <!-- Optional JavaScript; choose one of the two! -->
92
+
93
+
94
+
95
+ <!-- Option 1: Bootstrap Bundle with Popper -->
96
+
97
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
98
+
99
+
100
+
101
+ <!-- Option 2: Separate Popper and Bootstrap JS -->
102
+
103
+ <!--
104
+
105
+ <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
106
+
107
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
108
+
109
+ -->
110
+
111
+ </body>
112
+
113
+ </html>
114
+
115
+ コード
116
+
117
+ ```
118
+
119
+
120
+
121
+ ◉確認したブラウザ
122
+
123
+ chrome
124
+
125
+
126
+
127
+ ◉バージョン
128
+
129
+ bootstrap4です。