mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-11-03 14:42:12 +00:00
7 lines
739 B
HTML
7 lines
739 B
HTML
<pre>
|
|
This is <span style="background-color: black; color: white">inverse text</span> with default fg and bg.
|
|
<span style="color: #cd0000">This is </span><span style="color: white; background-color: #cd0000">inverse text</span><span style="color: #cd0000"> with red fg and default bg.</span>
|
|
<span style="background-color: #cd0000">This is </span><span style="background-color: black; color: #cd0000">inverse text</span><span style="background-color: #cd0000"> with default fg and red bg.</span>
|
|
<span style="background-color: #cd0000; color: #00cd00">This is </span><span style="background-color: #00cd00; color: #cd0000">inverse text</span><span style="background-color: #cd0000; color: #00cd00"> with green fg and red bg.</span>
|
|
</pre>
|