質問編集履歴
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
beforeとafter部分の書き方が間違ってるのかと思いますが、
|
9
9
|
分かる方いらっしゃいましたらよろしくお願いいたします
|
10
10
|
|
11
|
+
style直書き以外の回答は受け入れません
|
11
12
|
|
12
13
|
|
13
14
|
### 該当のソースコード
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,7 +69,7 @@
|
|
69
69
|
</style>
|
70
70
|
|
71
71
|
<div style="width:50%;height:30%;border-radius:5px;position:relative;background:red">
|
72
|
-
<div style="position:absolute;top:0%;right:0%;transform: rotate(
|
72
|
+
<div style="position:absolute;top:0%;right:0%;transform: rotate(45deg);border-bottom: 4.5em solid transparent;border-right: 4.5em solid #fff;">
|
73
73
|
<div style="position:relative;top:13px;right:0;">ラベル</div>
|
74
74
|
</div>
|
75
75
|
</div>
|