回答編集履歴

2

コード追記

2021/06/09 04:47

投稿

hatena19
hatena19

スコア33722

test CHANGED
@@ -33,3 +33,45 @@
33
33
  }
34
34
 
35
35
  ```
36
+
37
+
38
+
39
+ ちなみに、ymobileさんのは、text-indent と padding-left を使っているようです。
40
+
41
+
42
+
43
+ ```css
44
+
45
+ .answer{
46
+
47
+ color: #000;
48
+
49
+ text-indent: -55px;
50
+
51
+ padding-left: 55px;
52
+
53
+ }
54
+
55
+
56
+
57
+
58
+
59
+ .answer:before{
60
+
61
+ content: "";
62
+
63
+ background: url(images/answer_ico.png) no-repeat left top;
64
+
65
+ background-size: 45px;
66
+
67
+ width: 55px;
68
+
69
+ height: 45px;
70
+
71
+ display: inline-block;
72
+
73
+ vertical-align: middle;
74
+
75
+ }
76
+
77
+ ```

1

誤字修正

2021/06/09 04:47

投稿

hatena19
hatena19

スコア33722

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  height: 45px;
30
30
 
31
- flex-shrink: 0; /* 追加 縮小するの防ぐ */
31
+ flex-shrink: 0; /* 追加 縮小するの防ぐ */
32
32
 
33
33
  }
34
34