質問編集履歴
1
htmlの部分のコードが不完全だったため修正しました。(bootstrapもjqueryもちゃんと読み込まれているため、そこは省略しました。)
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,11 +21,18 @@
|
|
21
21
|
|
22
22
|
```
|
23
23
|
```html
|
24
|
+
<html>
|
25
|
+
<body>
|
24
|
-
div class="container-fluid">
|
26
|
+
<div class="container-fluid">
|
25
|
-
|
27
|
+
<div class="row text-center policy-1-wrapper">
|
26
|
-
|
28
|
+
<div id="policy1" class="col-md-12 col-lg-3 col-xl-3">
|
27
29
|
|
30
|
+
</div>
|
31
|
+
</div>
|
28
32
|
</div>
|
33
|
+
</body>
|
34
|
+
</html>
|
35
|
+
|
29
36
|
```
|
30
37
|
```css
|
31
38
|
#policy1 {
|