質問編集履歴
1
コードを全て載せました。タイトルも変更しました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
dd
|
1
|
+
dtとddを横並びにしてborder-bottomを繋げたい
|
test
CHANGED
@@ -1,63 +1,297 @@
|
|
1
|
-
m
|
1
|
+
dtとddを横並び、border-bottomを繋げたいのですが、上手くいきません。
|
2
|
+
|
2
|
-
|
3
|
+
id="news"に*とcontainerを当ててだけだと上手くデザインが出来ます。
|
4
|
+
|
3
|
-
他に
|
5
|
+
他の場所に問題があるのでしょうか?
|
4
6
|
|
5
7
|
|
6
8
|
|
7
9
|
```HTML
|
8
10
|
|
11
|
+
<body>
|
12
|
+
|
13
|
+
<div class="container">
|
14
|
+
|
15
|
+
<header>
|
16
|
+
|
17
|
+
<h1 class="logo">MyWork</h1>
|
18
|
+
|
19
|
+
<nav>
|
20
|
+
|
21
|
+
<ul>
|
22
|
+
|
23
|
+
<li><a href="#about">About</a></li>
|
24
|
+
|
25
|
+
<li><a href="#work">Work</a></li>
|
26
|
+
|
27
|
+
<li><a href="#news">News</a></li>
|
28
|
+
|
29
|
+
<li><a href="#contact">Contact</a></li>
|
30
|
+
|
31
|
+
<li><a href="https://www.instagram.com/?hl=ja"><i class="fab fa-instagram"></i></a></li>
|
32
|
+
|
33
|
+
</ul>
|
34
|
+
|
35
|
+
</nav>
|
36
|
+
|
37
|
+
</header>
|
38
|
+
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<img class="top" src="http://placehold.jp/150x50.png">
|
42
|
+
|
43
|
+
<div class="container">
|
44
|
+
|
45
|
+
<div class="main">
|
46
|
+
|
47
|
+
<h2 id="about">About</h2>
|
48
|
+
|
49
|
+
<ul>
|
50
|
+
|
51
|
+
<li>テキスト</li>
|
52
|
+
|
53
|
+
<li>住所</li>
|
54
|
+
|
55
|
+
<li>電話番号</li>
|
56
|
+
|
57
|
+
<li>URL</li>
|
58
|
+
|
59
|
+
<li>mail</li>
|
60
|
+
|
61
|
+
</ul>
|
62
|
+
|
63
|
+
<p>プロフィールテキストテキストテキストテキストテキストテキストテキストテキスト</p>
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
</div>
|
68
|
+
|
69
|
+
</div>
|
70
|
+
|
71
|
+
<div class="container">
|
72
|
+
|
73
|
+
<div id="work">
|
74
|
+
|
75
|
+
<h2>Work</h2>
|
76
|
+
|
77
|
+
<div class="img-list">
|
78
|
+
|
79
|
+
<img src="http://placehold.jp/150x50.png">
|
80
|
+
|
81
|
+
<img src="http://placehold.jp/150x50.png">
|
82
|
+
|
83
|
+
<img src="http://placehold.jp/150x50.png">
|
84
|
+
|
85
|
+
<img src="http://placehold.jp/150x50.png">
|
86
|
+
|
87
|
+
<img src="http://placehold.jp/150x50.png">
|
88
|
+
|
89
|
+
<img src="http://placehold.jp/150x50.png">
|
90
|
+
|
91
|
+
</div>
|
92
|
+
|
93
|
+
</div>
|
94
|
+
|
95
|
+
|
96
|
+
|
9
|
-
<div id="news">
|
97
|
+
<div id="news">
|
10
98
|
|
11
99
|
<dl>
|
12
100
|
|
13
|
-
<div class=list>
|
14
|
-
|
15
|
-
<dt>2021.xx.xx</dt>
|
101
|
+
<dt>2021.xx.xx</dt>
|
16
|
-
|
102
|
+
|
17
|
-
<dd>テキストテキストテキスト</dd>
|
103
|
+
<dd>テキストテキストテキスト</dd>
|
18
|
-
|
19
|
-
|
104
|
+
|
20
|
-
|
21
|
-
<div class=list>
|
22
|
-
|
23
|
-
<dt>2021.xx.xx</dt>
|
105
|
+
<dt>2021.xx.xx</dt>
|
24
|
-
|
106
|
+
|
25
|
-
<dd>テキストテキストテキスト</dd>
|
107
|
+
<dd>テキストテキストテキスト</dd>
|
26
|
-
|
27
|
-
|
108
|
+
|
28
|
-
|
29
|
-
<div class=list>
|
30
|
-
|
31
|
-
<dt>2021.xx.xx</dt>
|
109
|
+
<dt>2021.xx.xx</dt>
|
32
|
-
|
110
|
+
|
33
|
-
<dd>テキストテキストテキスト</dd>
|
111
|
+
<dd>テキストテキストテキスト</dd>
|
34
|
-
|
35
|
-
|
112
|
+
|
36
|
-
|
37
|
-
<div class=list>
|
38
|
-
|
39
|
-
<dt>2021.xx.xx</dt>
|
113
|
+
<dt>2021.xx.xx</dt>
|
40
|
-
|
114
|
+
|
41
|
-
<dd>テキストテキストテキスト</dd>
|
115
|
+
<dd>テキストテキストテキスト</dd>
|
42
|
-
|
43
|
-
|
116
|
+
|
44
|
-
|
45
|
-
<div class=list>
|
46
|
-
|
47
|
-
<dt>2021.xx.xx</dt>
|
117
|
+
<dt>2021.xx.xx</dt>
|
48
|
-
|
118
|
+
|
49
|
-
<dd>テキストテキストテキスト</dd>
|
119
|
+
<dd>テキストテキストテキスト</dd>
|
50
|
-
|
51
|
-
</div>
|
52
120
|
|
53
121
|
</dl>
|
54
122
|
|
55
123
|
</div>
|
56
124
|
|
125
|
+
</div>
|
126
|
+
|
127
|
+
</body>
|
128
|
+
|
129
|
+
</html>
|
130
|
+
|
57
131
|
```
|
58
132
|
|
59
133
|
```CSS
|
60
134
|
|
135
|
+
*{
|
136
|
+
|
137
|
+
margin: 0;
|
138
|
+
|
139
|
+
padding: 0;
|
140
|
+
|
141
|
+
}
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
header {
|
146
|
+
|
147
|
+
height: 200px;
|
148
|
+
|
149
|
+
margin-top: 30px;
|
150
|
+
|
151
|
+
display: flex;
|
152
|
+
|
153
|
+
}
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
.container {
|
158
|
+
|
159
|
+
margin-right: auto;
|
160
|
+
|
161
|
+
margin-left: auto;
|
162
|
+
|
163
|
+
max-width: 960px;
|
164
|
+
|
165
|
+
}
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
nav {
|
170
|
+
|
171
|
+
margin-left: auto;
|
172
|
+
|
173
|
+
margin-top: 15px;
|
174
|
+
|
175
|
+
}
|
176
|
+
|
177
|
+
nav ul{
|
178
|
+
|
179
|
+
display: flex;
|
180
|
+
|
181
|
+
}
|
182
|
+
|
183
|
+
nav ul li {
|
184
|
+
|
185
|
+
list-style:none ;
|
186
|
+
|
187
|
+
margin-left: 20px;
|
188
|
+
|
189
|
+
display: inline-block;
|
190
|
+
|
191
|
+
}
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
nav ul li a{
|
196
|
+
|
197
|
+
color: black;
|
198
|
+
|
199
|
+
text-decoration: none;
|
200
|
+
|
201
|
+
}
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
.top {
|
206
|
+
|
207
|
+
width: 100vw;
|
208
|
+
|
209
|
+
height: 500px;
|
210
|
+
|
211
|
+
}
|
212
|
+
|
213
|
+
.main {
|
214
|
+
|
215
|
+
margin-top: 100px;
|
216
|
+
|
217
|
+
height: 500px;
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
}
|
222
|
+
|
223
|
+
.main h2 {
|
224
|
+
|
225
|
+
text-align: center;
|
226
|
+
|
227
|
+
}
|
228
|
+
|
229
|
+
.main ul {
|
230
|
+
|
231
|
+
margin-top: 100px;
|
232
|
+
|
233
|
+
}
|
234
|
+
|
235
|
+
.main ul li {
|
236
|
+
|
237
|
+
list-style: none;
|
238
|
+
|
239
|
+
}
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
.main ul li:first-child,:last-child {
|
244
|
+
|
245
|
+
margin-bottom: 20px;
|
246
|
+
|
247
|
+
}
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
#work {
|
252
|
+
|
253
|
+
text-align: center;
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
}
|
258
|
+
|
259
|
+
.img-list{
|
260
|
+
|
261
|
+
display: flex;
|
262
|
+
|
263
|
+
flex-wrap: wrap;
|
264
|
+
|
265
|
+
justify-content: center;
|
266
|
+
|
267
|
+
}
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
.img-list img{
|
272
|
+
|
273
|
+
width: 300px;
|
274
|
+
|
275
|
+
height: 150px;
|
276
|
+
|
277
|
+
margin-right: 20px;
|
278
|
+
|
279
|
+
margin-top: 30px;
|
280
|
+
|
281
|
+
}
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
#news{
|
290
|
+
|
291
|
+
margin-top: 50px;
|
292
|
+
|
293
|
+
}
|
294
|
+
|
61
295
|
dl {
|
62
296
|
|
63
297
|
width:100%;
|