質問編集履歴

2

bootstrap使用の旨を記載

2018/03/21 16:14

投稿

kutu
kutu

スコア257

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,10 @@
3
3
 
4
4
 
5
5
  ```
6
+
7
+ /* bootstrap使用 */
8
+
9
+
6
10
 
7
11
  <input type="text" class="form-control" id="test1">
8
12
 
@@ -12,7 +16,7 @@
12
16
 
13
17
  }
14
18
 
15
- #test1:focus{
19
+ #test1:focus{   /* focasとなっていたのでfocusに */
16
20
 
17
21
  outline:0;
18
22
 

1

focas==>focus

2018/03/21 16:14

投稿

kutu
kutu

スコア257

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  }
14
14
 
15
- #test1:focas{
15
+ #test1:focus{
16
16
 
17
17
  outline:0;
18
18