質問編集履歴

1

画像の追記

2020/09/14 09:30

投稿

takawork
takawork

スコア95

test CHANGED
File without changes
test CHANGED
@@ -107,3 +107,41 @@
107
107
  }
108
108
 
109
109
  ```
110
+
111
+
112
+
113
+ 【追記の画像】
114
+
115
+ ![イメージ説明](e96d06ca67599d22f7da6c6310d8620c.png)
116
+
117
+ ```
118
+
119
+ guide2-box {
120
+
121
+ background-color: white;
122
+
123
+ border-radius: 8px;
124
+
125
+ height: 136px;
126
+
127
+ display: -webkit-box;
128
+
129
+ display: -ms-flexbox;
130
+
131
+ display: flex;
132
+
133
+ padding: 5px;
134
+
135
+ border-right: solid 18px #ffc06e;
136
+
137
+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
138
+
139
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
140
+
141
+ -ms-flex-negative: 0;
142
+
143
+ flex-shrink: 0;
144
+
145
+ }
146
+
147
+ ```