回答編集履歴
1
instagram -> noteに修正
test
CHANGED
@@ -1,6 +1,28 @@
|
|
1
|
+
HTML
|
2
|
+
|
1
3
|
```
|
2
4
|
|
5
|
+
<!--note高さが揃わない-->
|
6
|
+
|
7
|
+
<div class="note">
|
8
|
+
|
9
|
+
<a href="https://note.mu/xxxxx">
|
10
|
+
|
11
|
+
<img src="img/logo-tagline.png" width=80 height=45 alt="noteサイトへのリンク">
|
12
|
+
|
13
|
+
</a>
|
14
|
+
|
15
|
+
</div>
|
16
|
+
|
17
|
+
```
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
CSS
|
22
|
+
|
23
|
+
```
|
24
|
+
|
3
|
-
.
|
25
|
+
.note{
|
4
26
|
|
5
27
|
padding-top: 17px;
|
6
28
|
|