We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c133b commit ad50bd9Copy full SHA for ad50bd9
docs/About/Using-4bitCSS-In-HTML.md
@@ -4,6 +4,10 @@ layout: none
4
5
<h3 style='text-align:center'>HTML</h3>
6
7
+4bitcss contains CSS classes you can apply to any element.
8
+
9
+You can refer to colors by name, or by ANSI number (0-15).
10
11
~~~html
12
<div style='text-align:center'>
13
<span class='ANSI9 ANSI0-background'>
@@ -26,4 +30,5 @@ layout: none
26
30
Black on White
27
31
</span>
28
32
</div>
33
29
34
<script>hljs.highlightAll();</script>
0 commit comments