回答編集履歴

1

調整

2018/06/15 12:31

投稿

yambejp
yambejp

スコア114968

test CHANGED
@@ -8,13 +8,15 @@
8
8
 
9
9
  background-Color:red; /* 変更前 */
10
10
 
11
- content:"before";
11
+ content:"red";
12
12
 
13
13
  }
14
14
 
15
15
  .a.b::before{
16
16
 
17
17
  background-Color:aqua; /* 変更後 */
18
+
19
+ content:"aqua";
18
20
 
19
21
  }
20
22