回答編集履歴

2

edit

2021/09/25 11:21

投稿

m.ts10806
m.ts10806

スコア80875

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- ビジュアルを持っているのは`.btn`
23
+ ボタンの形についての役割を持っているのは`.btn`
24
24
 
25
25
  ```css
26
26
 

1

edit

2021/09/25 11:21

投稿

m.ts10806
m.ts10806

スコア80875

test CHANGED
@@ -71,3 +71,7 @@
71
71
  > [Button tags](https://getbootstrap.com/docs/4.3/components/buttons/#button-tags)
72
72
 
73
73
  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).
74
+
75
+
76
+
77
+ 現状でも`.btn-primary`が持つ色は反映されているので「classが適用されない状態」にはなっていません。