質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,9 +9,14 @@
|
|
9
9
|
よろしくお願い申し上げます。
|
10
10
|
|
11
11
|
```HTML
|
12
|
+
<div style="position:relative;display:flex;justify-content: center;
|
12
|
-
|
13
|
+
align-items: center;width:200px;height:150px;border: 1px solid #d6d6d6;border-radius:8px;" id="add_1">
|
13
14
|
|
14
|
-
<img class="thumbnail" style="position:absolute; border:none;border-bottom:0px;
|
15
|
+
<img class="thumbnail" style="position:absolute; border:none;border-bottom:0px;
|
16
|
+
border-radius:10px 10px 10px 10px;
|
17
|
+
max-width:90%;max-height:90%;" src="" title="e._img%203.jpeg">
|
15
18
|
|
16
|
-
<span style="position:absolute; top:11.5em;right:1em;relative;margin: 0px auto;padding:
|
19
|
+
<span style="position:absolute; top:11.5em;right:1em;relative;margin: 0px auto;padding:
|
20
|
+
0.1em;text-align:right;background-color:#ffffff;font-size:12px;
|
21
|
+
padding-left:10px;padding-right:10px;">e.img 3.jpeg</span></div>
|
17
22
|
```
|