回答編集履歴
1
Qiitaリンク追加
answer
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
開発者ツールを使って、DOMツリーを確認して下さい。
|
2
2
|
下記は「Java JavaScript」と入力した結果をコピペしたものです。
|
3
3
|
|
4
|
+
- [新規投稿 - Qiita](https://qiita.com/drafts/new)
|
5
|
+
|
4
6
|
```HTML
|
5
7
|
<div class="textoverlay-wrapper" style="margin: 0px; padding: 0px; overflow: hidden; display: block; position: relative;">
|
6
8
|
<div class="textoverlay" style="position: absolute; color: transparent; white-space: pre-wrap; word-wrap: break-word; overflow: hidden; margin: 0px; padding: 6px 12px; font-family: sans-serif; font-weight: 400; font-size: 14px; background-color: rgb(255, 255, 255); top: 1px; right: 1px; bottom: 1px; left: 1px;"><span style="background-color: #D9EAFE">Java</span> <span style="background-color: #D9EAFE">JavaScript</span></div>
|