質問編集履歴
1
HTMLに追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,21 +7,24 @@
|
|
7
7
|
高さを揃える方法を教えてください。
|
8
8
|
よろしくお願いします。
|
9
9
|
|
10
|
+
|
10
11
|
【URL】
|
11
12
|
http://berryslife.com/onlinestore/seedling.shtml
|
12
13
|
|
13
14
|
【HTML】
|
14
|
-
<p>名札ラベル・接木テープ</p>
|
15
|
+
<p style="font-size:medium;padding-top : 50px;margin-left : 15px;">名札ラベル・接木テープ</p>
|
15
|
-
<div class="notice4">
|
16
|
+
<div class="notice4" style="margin-top : 20px;"><a href="http://berryslife.com/onlinestore/seedling/sasiraberu.shtml">
|
16
|
-
|
17
|
+
<div class="notice-item4" style="border: 1px solid #edb195;border-radius: 5px;margin : 5px;padding: 10px;width: 230px;">
|
17
|
-
<img src=" ">
|
18
|
-
<h4>挿しラベル</h4>
|
19
|
-
</div>
|
20
|
-
|
18
|
+
<img src="http://berryslife.com/officialsite/store/seedling/sasiraberu1.png" width="208" height="208">
|
21
|
-
<img src=" ">
|
22
|
-
|
19
|
+
<h4 style="font-size : 90%;line-height : 1.2;padding-left : 30px;">挿しラベル</h4>
|
23
|
-
</div>
|
24
20
|
</div>
|
21
|
+
</a><a href="http://berryslife.com/onlinestore/seedling/newmedel.shtml">
|
22
|
+
<div class="notice-item4" style="border: 1px solid #edb195;border-radius: 5px;margin : 5px;padding: 10px;width: 230px;">
|
23
|
+
<img src="http://berryslife.com/officialsite/store/seedling/newmedel.png" width="208" height="208">
|
24
|
+
<h4 style="font-size : 90%;line-height : 1.2;padding-left : 30px;">ニューメデール 25mm<br>
|
25
|
+
【ミシン目なし】</h4>
|
26
|
+
</div>
|
27
|
+
</a></div>
|
25
28
|
|
26
29
|
【CSS】
|
27
30
|
.notice4 {
|