質問編集履歴
1
コード記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,14 +10,36 @@
|
|
10
10
|
|
11
11
|
### 該当のソースコード
|
12
12
|
|
13
|
-
```
|
14
|
-
|
13
|
+
```html
|
14
|
+
<!DOCTYPE html>
|
15
|
+
<html lang="ja">
|
16
|
+
<head>
|
17
|
+
<meta charset="utf-8">
|
18
|
+
<link rel="stylesheet" href="styles1.css">
|
19
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
|
23
|
+
<hr>
|
24
|
+
<img src="img/fe406606-ff51-4b7f-8095-16f2c720bb03.jpg">
|
25
|
+
|
26
|
+
</body>
|
27
|
+
|
28
|
+
</html>
|
29
|
+
|
15
30
|
```
|
31
|
+
```css
|
32
|
+
hr {
|
33
|
+
margin-bottom: 0;
|
34
|
+
}
|
16
35
|
|
36
|
+
```
|
37
|
+
|
17
38
|
### 試したこと
|
18
39
|
|
19
40
|
hrに対してmargin-bottom: 0;
|
20
41
|
を試してみたのですが効かない様子です・・・。
|
42
|
+
bootstrapのリンクを付けると発生する様子です
|
21
43
|
|
22
44
|
### 補足情報(FW/ツールのバージョンなど)
|
23
45
|
|