回答編集履歴
2
edit
answer
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
}
|
10
10
|
```
|
11
11
|
|
12
|
-
|
12
|
+
ボタンの形についての役割を持っているのは`.btn`
|
13
13
|
```css
|
14
14
|
.btn {
|
15
15
|
display: inline-block;
|
1
edit
answer
CHANGED
@@ -34,4 +34,6 @@
|
|
34
34
|
|
35
35
|
ドキュメントも確認してください。
|
36
36
|
> [Button tags](https://getbootstrap.com/docs/4.3/components/buttons/#button-tags)
|
37
|
-
The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements (though some browsers may apply a slightly different rendering).
|
37
|
+
The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements (though some browsers may apply a slightly different rendering).
|
38
|
+
|
39
|
+
現状でも`.btn-primary`が持つ色は反映されているので「classが適用されない状態」にはなっていません。
|