質問編集履歴
1
work2のスタイルの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -140,6 +140,20 @@
|
|
140
140
|
|
141
141
|
}
|
142
142
|
|
143
|
+
.work2{
|
144
|
+
|
145
|
+
width: 100%;
|
146
|
+
|
147
|
+
background-color:#FDF5E6;
|
148
|
+
|
149
|
+
display: flex;
|
150
|
+
|
151
|
+
align-items: center;
|
152
|
+
|
153
|
+
}
|
154
|
+
|
155
|
+
|
156
|
+
|
143
157
|
.left-box{
|
144
158
|
|
145
159
|
width: 300px;
|
@@ -154,4 +168,14 @@
|
|
154
168
|
|
155
169
|
}
|
156
170
|
|
171
|
+
img{
|
172
|
+
|
173
|
+
height: 450x;
|
174
|
+
|
175
|
+
width: 450px;
|
176
|
+
|
177
|
+
padding:50px 20px 50px 20px ;
|
178
|
+
|
179
|
+
}
|
180
|
+
|
157
181
|
```
|