質問編集履歴

2

画像を修正しました。

2019/08/11 06:33

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  現在はこのようになっています。
12
12
 
13
- ![イメージ説明](8351e54b43030992ff9c0dfa0ab0197e.png)
13
+ ![イメージ説明](e1fe3f66f073da5e4ea981dbc6de9d35.png)
14
14
 
15
15
 
16
16
 

1

コードを最新にしました。

2019/08/11 06:33

投稿

UKYO9311
UKYO9311

スコア31

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  <div class="features">
32
32
 
33
- <ul class="col col2 col_sp_full">
33
+ <ul class="col col_sp_full">
34
34
 
35
35
  <li>
36
36
 
@@ -132,30 +132,6 @@
132
132
 
133
133
 
134
134
 
135
- ul.col2 > li {
136
-
137
- flex: 0 0 48%;
138
-
139
- width: 48%;
140
-
141
- /* before Android4.3 iOS6:Safari */
142
-
143
- max-width: 48%;
144
-
145
- /* IE11*/
146
-
147
- height: auto;
148
-
149
- margin-right: 4%;
150
-
151
- margin-bottom: 5%; }
152
-
153
- ul.col2 > li:nth-child(2n) {
154
-
155
- margin-right: 0; }
156
-
157
-
158
-
159
135
 
160
136
 
161
137
  .features .features-inner {
@@ -200,4 +176,24 @@
200
176
 
201
177
  text-align: left; }
202
178
 
179
+
180
+
181
+ li:nth-child(1){
182
+
183
+ border-right: solid 1px #888;
184
+
185
+ border-bottom: solid 1px #888;}
186
+
187
+
188
+
189
+ li:nth-child(2){
190
+
191
+ border-bottom: solid 1px #888;}
192
+
193
+
194
+
195
+ li:nth-child(3){
196
+
197
+ border-right: solid 1px #888;}
198
+
203
199
  ```