回答編集履歴

1

コードのインデント調整

2020/01/14 06:06

投稿

hatena19
hatena19

スコア33722

test CHANGED
@@ -98,23 +98,13 @@
98
98
 
99
99
  ```css
100
100
 
101
- .cloumn {
102
-
103
- display: flex;
104
-
105
- flex-wrap: wrap;
106
-
107
- }
108
-
109
-
110
-
111
101
  .cloumn h2 {
112
102
 
113
103
  width: 100%;
114
104
 
115
- border-bottom: rgb(117, 68, 172) 3px solid;
105
+ border-bottom: rgb(117, 68, 172) 3px solid;
116
106
 
117
- padding-bottom: 15px;
107
+ padding-bottom: 15px;
118
108
 
119
109
  }
120
110
 
@@ -138,13 +128,13 @@
138
128
 
139
129
  .news {
140
130
 
141
- background-color: rgb(37, 77, 104);
131
+ background-color: rgb(37, 77, 104);
142
132
 
143
133
  }
144
134
 
145
135
  .product {
146
136
 
147
- background-color: rgb(201, 103, 16);
137
+ background-color: rgb(201, 103, 16);
148
138
 
149
139
  }
150
140
 
@@ -158,7 +148,7 @@
158
148
 
159
149
  .flex {
160
150
 
161
- display: flex;
151
+ display: flex;
162
152
 
163
153
  }
164
154